mirror of https://github.com/llvm/torch-mlir
7 lines
150 B
CMake
7 lines
150 B
CMake
|
add_mlir_dialect_library(TorchMLIRTorchUtils
|
||
|
Utils.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${PROJECT_SOURCE_DIR}/include/torch-mlir/Dialect/Torch/Utils
|
||
|
)
|