Sign in
fuchsia
/
third_party
/
llvm-project
/
59731eebf8f24e3e90dc77e91a08d068b529cfc5
/
.
/
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)