diff options
Diffstat (limited to 'source/Plugins/SymbolFile/DWARF/CMakeLists.txt')
-rw-r--r-- | source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Plugins/SymbolFile/DWARF/CMakeLists.txt b/source/Plugins/SymbolFile/DWARF/CMakeLists.txt index b4658115dfeb8..ac69243b65c09 100644 --- a/source/Plugins/SymbolFile/DWARF/CMakeLists.txt +++ b/source/Plugins/SymbolFile/DWARF/CMakeLists.txt @@ -3,6 +3,7 @@ add_lldb_library(lldbPluginSymbolFileDWARF DWARFAbbreviationDeclaration.cpp DWARFASTParserClang.cpp DWARFASTParserGo.cpp + DWARFASTParserJava.cpp DWARFAttribute.cpp DWARFCompileUnit.cpp DWARFDataExtractor.cpp |