forked from OSchip/llvm-project
Add new files to CMakeLists.txt to fix cmake build error.
llvm-svn: 184143
This commit is contained in:
parent
7594f14f7d
commit
9eb4cc6266
|
@ -2,6 +2,7 @@ set(LLVM_NO_RTTI 1)
|
|||
|
||||
add_lldb_library(lldbInterpreter
|
||||
Args.cpp
|
||||
CommandHistory.cpp
|
||||
CommandInterpreter.cpp
|
||||
CommandObject.cpp
|
||||
CommandObjectRegexCommand.cpp
|
||||
|
|
|
@ -4,6 +4,7 @@ add_lldb_library(lldbUtility
|
|||
ARM_DWARF_Registers.cpp
|
||||
KQueue.cpp
|
||||
PseudoTerminal.cpp
|
||||
Range.cpp
|
||||
RefCounter.cpp
|
||||
SharingPtr.cpp
|
||||
StringExtractor.cpp
|
||||
|
|
Loading…
Reference in New Issue