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

9 lines
142 B
CMake

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