]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/Interpreter/CMakeLists.txt
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / unittests / Interpreter / CMakeLists.txt
1 add_lldb_unittest(InterpreterTests
2   TestArgs.cpp
3   )
4
5 target_link_libraries(InterpreterTests
6   ${PYTHON_LIBRARY}
7   )