repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git]
/
lldb
/
unittests
/
API
/
CMakeLists.txt
blob
2f066f26d8aaf4d11935309a065013f7491063b9
1
add_lldb_unittest(APITests
2
SBCommandInterpreterTest.cpp
3
4
LINK_LIBS
5
liblldb
6
)
7
8
if(Python3_RPATH)
9
set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}")
10
endif()