[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / lib / APINotes / CMakeLists.txt
blobdec596ea160c68f70c34910905be3119c5b4470f
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   BitstreamReader
4   Support)
5 add_clang_library(clangAPINotes
6   APINotesReader.cpp
7   APINotesTypes.cpp
8   APINotesWriter.cpp
9   APINotesYAMLCompiler.cpp
10   LINK_LIBS
11     clangBasic)