зеркало из https://github.com/microsoft/clang.git
14 строки
156 B
CMake
14 строки
156 B
CMake
|
set(LLVM_USED_LIBS
|
||
|
clangARCMigrate
|
||
|
clangRewrite
|
||
|
)
|
||
|
|
||
|
set( LLVM_LINK_COMPONENTS
|
||
|
support
|
||
|
mc
|
||
|
)
|
||
|
|
||
|
add_clang_executable(arcmt-test
|
||
|
arcmt-test.cpp
|
||
|
)
|