14 lines
205 B
CMake
14 lines
205 B
CMake
add_lldb_unittest(InterpreterTests
|
|
TestArgs.cpp
|
|
TestCompletion.cpp
|
|
|
|
LINK_LIBS
|
|
lldbInterpreter
|
|
lldbUtilityHelpers
|
|
)
|
|
|
|
target_link_libraries(InterpreterTests
|
|
PRIVATE
|
|
${PYTHON_LIBRARY}
|
|
)
|