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

13 lines
195 B
CMake

add_lldb_unittest(InterpreterTests
TestArgs.cpp
TestCompletion.cpp
LINK_LIBS
lldbInterpreter
lldbUtilityHelpers
)
target_link_libraries(InterpreterTests
${PYTHON_LIBRARY}
)