Sign in
rust
/
llvm-project
/
86509ec40530176c901b865058b23a63ef303d0b
/
.
/
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)