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
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git]
/
mlir
/
examples
/
standalone
/
standalone-plugin
/
CMakeLists.txt
blob
16ac0ccf744592a58052ee98e9d9fc19c649c64b
1
add_llvm_library(StandalonePlugin
2
# BUILDTREE_ONLY is only for testing purposes
3
MODULE BUILDTREE_ONLY
4
standalone-plugin.cpp
5
6
DEPENDS
7
MLIRStandalone
8
PLUGIN_TOOL
9
mlir-opt
10
11
LINK_LIBS
12
MLIRStandalone
13
)
14
target_include_directories(
15
StandalonePlugin
16
PRIVATE
17
"${STANDALONE_BINARY_DIR}/include"
18
)