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