forked from OSchip/llvm-project
41 lines
680 B
CMake
41 lines
680 B
CMake
add_lldb_library(lldbUtility
|
|
Baton.cpp
|
|
ConstString.cpp
|
|
DataBufferHeap.cpp
|
|
DataBufferLLVM.cpp
|
|
DataEncoder.cpp
|
|
DataExtractor.cpp
|
|
Error.cpp
|
|
FastDemangle.cpp
|
|
History.cpp
|
|
JSON.cpp
|
|
LLDBAssert.cpp
|
|
Log.cpp
|
|
Logging.cpp
|
|
NameMatches.cpp
|
|
Range.cpp
|
|
RegularExpression.cpp
|
|
SelectHelper.cpp
|
|
SharingPtr.cpp
|
|
Stream.cpp
|
|
StreamCallback.cpp
|
|
StreamGDBRemote.cpp
|
|
StreamString.cpp
|
|
StringExtractor.cpp
|
|
StringExtractorGDBRemote.cpp
|
|
StringLexer.cpp
|
|
TaskPool.cpp
|
|
TildeExpressionResolver.cpp
|
|
UserID.cpp
|
|
UriParser.cpp
|
|
UUID.cpp
|
|
VASprintf.cpp
|
|
VMRange.cpp
|
|
|
|
LINK_LIBS
|
|
# lldbUtility cannot have any dependencies
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|