Unbreak the cmake build by adding some new files

llvm-svn: 228224
This commit is contained in:
Reid Kleckner 2015-02-04 22:46:17 +00:00
parent 8bf5de10c3
commit d9041a3d99
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ add_lldb_library(lldbCore
FastDemangle.cpp
FileLineResolver.cpp
FileSpecList.cpp
FormatEntity.cpp
History.cpp
IOHandler.cpp
Language.cpp

View File

@ -30,6 +30,7 @@ add_lldb_library(lldbInterpreter
OptionValueFileSpec.cpp
OptionValueFileSpecLIst.cpp
OptionValueFormat.cpp
OptionValueFormatEntity.cpp
OptionValuePathMappings.cpp
OptionValueProperties.cpp
OptionValueRegex.cpp