forked from OSchip/llvm-project
Unbreak the cmake build by adding some new files
llvm-svn: 228224
This commit is contained in:
parent
8bf5de10c3
commit
d9041a3d99
|
@ -27,6 +27,7 @@ add_lldb_library(lldbCore
|
|||
FastDemangle.cpp
|
||||
FileLineResolver.cpp
|
||||
FileSpecList.cpp
|
||||
FormatEntity.cpp
|
||||
History.cpp
|
||||
IOHandler.cpp
|
||||
Language.cpp
|
||||
|
|
|
@ -30,6 +30,7 @@ add_lldb_library(lldbInterpreter
|
|||
OptionValueFileSpec.cpp
|
||||
OptionValueFileSpecLIst.cpp
|
||||
OptionValueFormat.cpp
|
||||
OptionValueFormatEntity.cpp
|
||||
OptionValuePathMappings.cpp
|
||||
OptionValueProperties.cpp
|
||||
OptionValueRegex.cpp
|
||||
|
|
Loading…
Reference in New Issue