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] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
examples
/
Attribute
/
CMakeLists.txt
blob
770fa28364b770228402f47b12c0b37c74efaf78
1
add_llvm_library(Attribute MODULE Attribute.cpp PLUGIN_TOOL clang)
2
3
if(WIN32 OR CYGWIN)
4
target_link_libraries(Attribute PRIVATE
5
clangAST
6
clangBasic
7
clangFrontend
8
clangLex
9
LLVMSupport
10
)
11
endif()