13 lines
237 B
Text
13 lines
237 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
BitReader
|
||
|
BitstreamReader
|
||
|
Support)
|
||
|
add_clang_library(clangAPINotes
|
||
|
APINotesManager.cpp
|
||
|
APINotesReader.cpp
|
||
|
APINotesTypes.cpp
|
||
|
APINotesWriter.cpp
|
||
|
APINotesYAMLCompiler.cpp
|
||
|
LINK_LIBS
|
||
|
clangBasic)
|