1add_lldb_unittest(LLDBFormatterTests
2  FormatManagerTests.cpp
3  FormattersContainerTest.cpp
4  StringPrinterTests.cpp
5
6  LINK_LIBS
7    lldbCore
8    lldbInterpreter
9    lldbSymbol
10    lldbTarget
11    lldbUtility
12
13  LINK_COMPONENTS
14    Support
15  )
16