forked from OSchip/llvm-project
7 lines
123 B
CMake
7 lines
123 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support)
|
||
|
add_clang_library(clangAPINotes
|
||
|
APINotesYAMLCompiler.cpp
|
||
|
LINK_LIBS
|
||
|
clangBasic)
|