8 lines
161 B
Text
8 lines
161 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support)
|
||
|
add_clang_executable(apinotes-test
|
||
|
APINotesTest.cpp
|
||
|
)
|
||
|
clang_target_link_libraries(apinotes-test PRIVATE
|
||
|
clangAPINotes)
|