Sign in
llvm
/
llvm-project
/
9e3e1aad3161f4ce5301c3a59c7313ad83240a6d
/
.
/
lldb
/
unittests
/
API
/
CMakeLists.txt
blob: 7bdc1e3e87cc15b7e537cb414f8b2ea0b686fa4a [
file
] [
log
] [
blame
]
add_lldb_unittest(APITests
SBCommandInterpreterTest.cpp
SBStructuredDataTest.cpp
LINK_LIBS
liblldb
)
if(Python3_RPATH)
set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}")
endif()