7 lines
110 B
CMake
7 lines
110 B
CMake
find_program(PYTHON "python")
|
|
|
|
if (PYTHON)
|
|
add_subdirectory(pyatidlas)
|
|
add_subdirectory(autotune)
|
|
endif()
|