torch-mlir/lib/CAPI/CMakeLists.txt

20 lines
311 B
CMake

add_mlir_library(TorchMLIRCAPI
Dialects.cpp
Registration.cpp
TorchTypes.cpp
ADDITIONAL_HEADER_DIRS
${PROJECT_SOURCE_DIR}/include/torch-mlir-c/
LINK_COMPONENTS
Core
LINK_LIBS PUBLIC
MLIRIR
MLIRSupport
TorchMLIRTorchDialect
TorchMLIRInitAll
)
torch_mlir_target_includes(TorchMLIRCAPI)