30 lines
526 B
CMake
30 lines
526 B
CMake
|
add_lldb_library(lldbDataFormatters
|
||
|
CXXFunctionPointer.cpp
|
||
|
DataVisualization.cpp
|
||
|
DumpValueObjectOptions.cpp
|
||
|
FormatCache.cpp
|
||
|
FormatClasses.cpp
|
||
|
FormatManager.cpp
|
||
|
FormattersHelpers.cpp
|
||
|
LanguageCategory.cpp
|
||
|
StringPrinter.cpp
|
||
|
TypeCategory.cpp
|
||
|
TypeCategoryMap.cpp
|
||
|
TypeFormat.cpp
|
||
|
TypeSummary.cpp
|
||
|
TypeSynthetic.cpp
|
||
|
TypeValidator.cpp
|
||
|
ValueObjectPrinter.cpp
|
||
|
VectorType.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldbCore
|
||
|
lldbInterpreter
|
||
|
lldbSymbol
|
||
|
lldbTarget
|
||
|
lldbUtility
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|