mirror of https://github.com/llvm/torch-mlir
13 lines
248 B
CMake
13 lines
248 B
CMake
|
add_mlir_dialect_library(NPCOMPNumpyDialect
|
||
|
NumpyDialect.cpp
|
||
|
NumpyOps.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${PROJECT_SOURCE_DIR}/include/npcomp/Dialect/Numpy
|
||
|
|
||
|
DEPENDS
|
||
|
MLIRNumpyOpsIncGen
|
||
|
)
|
||
|
|
||
|
target_link_libraries(NPCOMPNumpyDialect PUBLIC MLIRIR)
|