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
[flang][openacc][NFC] Merge acc-declare.f90 tests (#73055)
[llvm-project.git]
/
clang
/
examples
/
PluginsOrder
/
CMakeLists.txt
blob
c22b0081ad686b060f3f8df3d4ab5b2b74b89ddb
1
add_llvm_library(PluginsOrder MODULE PluginsOrder.cpp PLUGIN_TOOL clang)
2
3
if(WIN32 OR CYGWIN)
4
set(LLVM_LINK_COMPONENTS
5
Support
6
)
7
clang_target_link_libraries(PluginsOrder PRIVATE
8
clangAST
9
clangFrontend
10
)
11
endif()