xref: /llvm-project/lldb/unittests/API/CMakeLists.txt (revision 27b6a4e63afe62f6258379a61177c67a670593c6)
1add_lldb_unittest(APITests
2  SBCommandInterpreterTest.cpp
3
4  LINK_LIBS
5    liblldb
6  )
7
8if(Python3_RPATH)
9  set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}")
10endif()
11