mirror of https://github.com/llvm/torch-mlir
9 lines
123 B
CMake
9 lines
123 B
CMake
|
add_mlir_library(NPCOMPCAPIRegistration
|
||
|
Registration.cpp
|
||
|
|
||
|
EXCLUDE_FROM_LIBMLIR
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
NPCOMPInitAll
|
||
|
)
|