mirror of https://github.com/llvm/torch-mlir
7 lines
153 B
CMake
7 lines
153 B
CMake
|
add_mlir_conversion_library(TorchMLIRConversionUtils
|
||
|
Utils.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${PROJECT_SOURCE_DIR}/include/torch-mlir/Conversion/Utils
|
||
|
)
|