xref: /openbsd-src/gnu/llvm/lldb/source/DataFormatters/CMakeLists.txt (revision 061da546b983eb767bad15e67af1174fb0bcf31c)
1add_lldb_library(lldbDataFormatters
2  CXXFunctionPointer.cpp
3  DataVisualization.cpp
4  DumpValueObjectOptions.cpp
5  FormatCache.cpp
6  FormatClasses.cpp
7  FormatManager.cpp
8  FormattersHelpers.cpp
9  LanguageCategory.cpp
10  StringPrinter.cpp
11  TypeCategory.cpp
12  TypeCategoryMap.cpp
13  TypeFormat.cpp
14  TypeSummary.cpp
15  TypeSynthetic.cpp
16  ValueObjectPrinter.cpp
17  VectorType.cpp
18
19  LINK_LIBS
20    lldbCore
21    lldbInterpreter
22    lldbSymbol
23    lldbTarget
24    lldbUtility
25
26  LINK_COMPONENTS
27    Support
28  )
29