llvm-project/mlir/examples/standalone/lib/Standalone/CMakeLists.txt

14 lines
256 B
CMake

add_mlir_dialect_library(MLIRStandalone
StandaloneDialect.cpp
StandaloneOps.cpp
ADDITIONAL_HEADER_DIRS
${PROJECT_SOURCE_DIR}/include/Standalone
DEPENDS
MLIRStandaloneOpsIncGen
LINK_LIBS PUBLIC
MLIRIR
)