Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
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)