1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
add_clang_executable(c-arcmt-test c-arcmt-test.c ) if (LLVM_BUILD_STATIC) target_link_libraries(c-arcmt-test libclang_static ) else() target_link_libraries(c-arcmt-test libclang ) endif() set_target_properties(c-arcmt-test PROPERTIES LINKER_LANGUAGE CXX)