llvm-project/lldb/unittests/Interpreter/CMakeLists.txt

11 lines
199 B
CMake

add_lldb_unittest(InterpreterTests
TestCompletion.cpp
TestOptionArgParser.cpp
TestOptionValue.cpp
TestOptionValueFileColonLine.cpp
LINK_LIBS
lldbInterpreter
lldbUtilityHelpers
)