llvm-project/lldb/unittests/API/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
193 B
CMake
Raw Normal View History

add_lldb_unittest(APITests
SBCommandInterpreterTest.cpp
LINK_LIBS
liblldb
)
if(Python3_RPATH)
set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}")
endif()