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

9 lines
142 B
CMake
Raw Normal View History

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