Add new files to CMakeLists.txt to fix cmake build error.

llvm-svn: 184143
This commit is contained in:
Michael Sartain 2013-06-17 23:07:22 +00:00
parent 7594f14f7d
commit 9eb4cc6266
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ set(LLVM_NO_RTTI 1)
add_lldb_library(lldbInterpreter
Args.cpp
CommandHistory.cpp
CommandInterpreter.cpp
CommandObject.cpp
CommandObjectRegexCommand.cpp

View File

@ -4,6 +4,7 @@ add_lldb_library(lldbUtility
ARM_DWARF_Registers.cpp
KQueue.cpp
PseudoTerminal.cpp
Range.cpp
RefCounter.cpp
SharingPtr.cpp
StringExtractor.cpp