bolt/deps/llvm-18.1.8/lldb/unittests/Interpreter/CMakeLists.txt

20 lines
385 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_lldb_unittest(InterpreterTests
TestCommandPaths.cpp
TestCompletion.cpp
TestOptionArgParser.cpp
TestOptionValue.cpp
TestOptionValueFileColonLine.cpp
TestRegexCommand.cpp
LINK_LIBS
lldbCore
lldbHost
lldbTarget
lldbSymbol
lldbUtility
lldbUtilityHelpers
lldbInterpreter
lldbPluginPlatformMacOSX
LLVMTestingSupport
)