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

14 lines
216 B
CMake

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