16 lines · plain
1add_lldb_unittest(LLDBFormatterTests2 FormatManagerTests.cpp3 FormattersContainerTest.cpp4 FormatterBytecodeTest.cpp5 StringPrinterTests.cpp6 7 LINK_COMPONENTS8 Support9 LINK_LIBS10 lldbCore11 lldbInterpreter12 lldbSymbol13 lldbTarget14 lldbUtility15 )16