19 lines · plain
1add_llvm_library(StandalonePlugin2 # BUILDTREE_ONLY is only for testing purposes3 MODULE BUILDTREE_ONLY4 standalone-plugin.cpp5 6 DEPENDS7 MLIRStandalone8 PLUGIN_TOOL9 mlir-opt10 11 LINK_LIBS12 MLIRStandalone13 )14target_include_directories(15 StandalonePlugin16 PRIVATE17 "${STANDALONE_BINARY_DIR}/include"18)19