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

8 lines
118 B
CMake
Raw Normal View History

add_lldb_unittest(InterpreterTests
TestArgs.cpp
)
target_link_libraries(InterpreterTests
${PYTHON_LIBRARY}
)