Sign in
llvm
/
llvm-project
/
6d88343662c25e2b06974da9987d52f23a120b51
/
.
/
clang
/
lib
/
APINotes
/
CMakeLists.txt
blob: dc83edd911ce2022b3abd0a4290397af5081e557 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
BitReader
BitstreamReader
Support)
add_clang_library(clangAPINotes
APINotesManager.cpp
APINotesReader.cpp
APINotesTypes.cpp
APINotesWriter.cpp
APINotesYAMLCompiler.cpp
LINK_LIBS
clangBasic)