bolt/deps/llvm-18.1.8/lldb/unittests/API/CMakeLists.txt

11 lines
193 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_lldb_unittest(APITests
SBCommandInterpreterTest.cpp
LINK_LIBS
liblldb
)
if(Python3_RPATH)
set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}")
endif()