4 lines
68 B
CMake
4 lines
68 B
CMake
|
|
if(MLIR_BINDINGS_PYTHON_ENABLED)
|
||
|
|
add_subdirectory(Python)
|
||
|
|
endif()
|