blob: 16ac0ccf744592a58052ee98e9d9fc19c649c64b [file] [log] [blame]
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"
)