llvm-project/clang/lib/APINotes/CMakeLists.txt

7 lines
123 B
CMake

set(LLVM_LINK_COMPONENTS
Support)
add_clang_library(clangAPINotes
APINotesYAMLCompiler.cpp
LINK_LIBS
clangBasic)