aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Standalone/CMakeLists.txt
blob: eadc695d39f35c6556206d779354dae1700e8be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_mlir_dialect_library(MLIRStandalone
        StandaloneDialect.cpp
        StandaloneOps.cpp

        ADDITIONAL_HEADER_DIRS
        ${PROJECT_SOURCE_DIR}/include/Standalone

        DEPENDS
        MLIRStandaloneOpsIncGen

	LINK_LIBS PUBLIC
	MLIRIR
        MLIRInferTypeOpInterface
	)