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