forked from OSchip/llvm-project
7 lines
158 B
CMake
7 lines
158 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support)
|
||
|
add_clang_executable(apinotes-test
|
||
|
APINotesTest.cpp)
|
||
|
clang_target_link_libraries(apinotes-test PRIVATE
|
||
|
clangAPINotes)
|