Sign in
llvm
/
llvm-project
/
clang
/
refs/heads/main
/
.
/
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
)