Sign in
llvm
/
llvm-project
/
1e8286467036d8ef1a972de723f805a4981b2692
/
.
/
clang
/
lib
/
APINotes
/
CMakeLists.txt
blob: 3fd0e976ab7808f2293565508c5f390cfc5b76b8 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Support)
add_clang_library(clangAPINotes
APINotesTypes.cpp
APINotesYAMLCompiler.cpp
LINK_LIBS
clangBasic)