22 lines · plain
1add_lldb_unittest(InterpreterTests2 TestCommandPaths.cpp3 TestCompletion.cpp4 TestOptionArgParser.cpp5 TestOptions.cpp6 TestOptionValue.cpp7 TestOptionValueFileColonLine.cpp8 TestRegexCommand.cpp9 10 LINK_LIBS11 lldbCommands12 lldbCore13 lldbHost14 lldbTarget15 lldbSymbol16 lldbUtility17 lldbUtilityHelpers18 lldbInterpreter19 lldbPluginPlatformMacOSX20 LLVMTestingSupport21)22