# make the .sh files visible on qtcreator
file(GLOB_RECURSE SH_FILES *.sh)
add_custom_target(dot_sh_files ALL SOURCES ${SH_FILES})

