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