Files
triton/python/CMakeLists.txt

10 lines
242 B
CMake
Raw Normal View History

find_program(PYTHON "python")
get_property(LIBATIDLAS_PATH TARGET atidlas PROPERTY LOCATION)
get_filename_component(LIBATIDLAS_DIR ${LIBATIDLAS_PATH} DIRECTORY)
if (PYTHON)
2014-10-16 06:57:38 -04:00
add_subdirectory(pyatidlas)
add_subdirectory(autotune)
endif()