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

10 lines
177 B
CMake

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