33 lines · plain
1add_lldb_library(lldbDataFormatters NO_PLUGIN_DEPENDENCIES2 CXXFunctionPointer.cpp3 DataVisualization.cpp4 DumpValueObjectOptions.cpp5 FormatCache.cpp6 FormatClasses.cpp7 FormatManager.cpp8 FormatterBytecode.cpp9 FormattersHelpers.cpp10 FormatterSection.cpp11 LanguageCategory.cpp12 StringPrinter.cpp13 TypeCategory.cpp14 TypeCategoryMap.cpp15 TypeFormat.cpp16 TypeSummary.cpp17 TypeSynthetic.cpp18 ValueObjectPrinter.cpp19 VectorType.cpp20 21 ADDITIONAL_HEADER_DIRS22 ${LLDB_INCLUDE_DIR}/lldb/DataFormatters23 LINK_COMPONENTS24 Support25 LINK_LIBS26 lldbCore27 lldbInterpreter28 lldbSymbol29 lldbTarget30 lldbUtility31 lldbValueObject32 )33