brintos

brintos / llvm-project-archived public Read only

0
0
Text · 161 B · 82c3b7b Raw
8 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support)3add_clang_executable(apinotes-test4  APINotesTest.cpp5  )6clang_target_link_libraries(apinotes-test PRIVATE7  clangAPINotes)8