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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
examples
/
Attribute
/
CMakeLists.txt
blob
0200063d86b0ca29fdacde32b34f9307e0fd9288
1
add_llvm_library(Attribute MODULE Attribute.cpp PLUGIN_TOOL clang)
2
3
if(WIN32 OR CYGWIN)
4
set(LLVM_LINK_COMPONENTS
5
Support
6
)
7
clang_target_link_libraries(Attribute PRIVATE
8
clangAST
9
clangBasic
10
clangFrontend
11
clangLex
12
)
13
endif()