2014-10-15 04:24:25 -04:00
|
|
|
find_program(PYTHON "python")
|
|
|
|
|
2015-01-12 13:20:53 -05:00
|
|
|
get_property(LIBATIDLAS_PATH TARGET atidlas PROPERTY LOCATION)
|
|
|
|
get_filename_component(LIBATIDLAS_DIR ${LIBATIDLAS_PATH} DIRECTORY)
|
|
|
|
|
2014-10-15 04:24:25 -04:00
|
|
|
if (PYTHON)
|
2014-10-16 06:57:38 -04:00
|
|
|
add_subdirectory(pyatidlas)
|
|
|
|
add_subdirectory(autotune)
|
2014-10-15 04:24:25 -04:00
|
|
|
endif()
|