19 lines
391 B
Text
19 lines
391 B
Text
|
add_llvm_library(StandalonePlugin
|
||
|
# BUILDTREE_ONLY is only for testing purposes
|
||
|
MODULE BUILDTREE_ONLY
|
||
|
standalone-plugin.cpp
|
||
|
|
||
|
DEPENDS
|
||
|
MLIRStandalone
|
||
|
PLUGIN_TOOL
|
||
|
mlir-opt
|
||
|
|
||
|
LINK_LIBS
|
||
|
MLIRStandalone
|
||
|
)
|
||
|
target_include_directories(
|
||
|
StandalonePlugin
|
||
|
PRIVATE
|
||
|
"${STANDALONE_BINARY_DIR}/include"
|
||
|
)
|