mirror of https://github.com/llvm/torch-mlir
10 lines
401 B
CMake
10 lines
401 B
CMake
################################################################################
|
|
# Manage python source files
|
|
# Collapse all local python sources to the project level python/ directory.
|
|
################################################################################
|
|
|
|
include(NpcompPython)
|
|
|
|
npcomp_python_create_symlinks(
|
|
${MLIR_NPCOMP_PYTHON_PACKAGES_DIR}/npcomp_torch ${CMAKE_CURRENT_SOURCE_DIR})
|