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
[libc] update host build docs (#120147)
[llvm-project.git]
/
clang
/
tools
/
c-arcmt-test
/
CMakeLists.txt
blob
08ac93c176db1295c328cc90d2a7ae42ae59caff
1
add_clang_executable(c-arcmt-test
2
c-arcmt-test.c
3
)
4
5
if (LLVM_BUILD_STATIC)
6
target_link_libraries(c-arcmt-test
7
PRIVATE
8
libclang_static
9
)
10
else()
11
target_link_libraries(c-arcmt-test
12
PRIVATE
13
libclang
14
)
15
endif()
16
17
set_target_properties(c-arcmt-test
18
PROPERTIES
19
LINKER_LANGUAGE CXX)