repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
dist
/
clang
/
tools
/
arcmt-test
/
CMakeLists.txt
blob
0cb2c0f98eb51db04724e475595385b0bbfd0f2f
1
set(LLVM_LINK_COMPONENTS
2
support
3
)
4
5
add_clang_executable(arcmt-test
6
arcmt-test.cpp
7
)
8
9
target_link_libraries(arcmt-test
10
clangARCMigrate
11
clangBasic
12
clangFrontend
13
clangLex
14
)