repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
lib
/
APINotes
/
CMakeLists.txt
blob
dec596ea160c68f70c34910905be3119c5b4470f
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)