mirror of https://github.com/llvm/torch-mlir
18 lines
268 B
CMake
18 lines
268 B
CMake
|
add_mlir_dialect_library(NPCOMPNpcompRt
|
||
|
NpcompRtDialect.cpp
|
||
|
NpcompRtOps.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${PROJECT_SOURCE_DIR}/include/npcomp/Dialect/NpcompRt
|
||
|
|
||
|
DEPENDS
|
||
|
MLIRNpcompRtOpsIncGen
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Core
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
MLIRIR
|
||
|
MLIRSupport
|
||
|
)
|