bolt/deps/llvm-18.1.8/clang/lib/APINotes/CMakeLists.txt
2025-02-14 19:21:04 +01:00

12 lines
237 B
CMake

set(LLVM_LINK_COMPONENTS
BitReader
BitstreamReader
Support)
add_clang_library(clangAPINotes
APINotesManager.cpp
APINotesReader.cpp
APINotesTypes.cpp
APINotesWriter.cpp
APINotesYAMLCompiler.cpp
LINK_LIBS
clangBasic)