From: bri Date: Mon, 10 Feb 2014 14:51:22 +0000 (+0400) Subject: update of the installed files list in CMakeLists.txt X-Git-Tag: V1_0_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=348be6549868b9d386cc4207d88d44715c892972;p=tools%2Fsimanio.git update of the installed files list in CMakeLists.txt --- diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 0586463..c72982c 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -18,6 +18,7 @@ # # [ scripts to be installed ] -FILE(GLOB _install_FILES "${CMAKE_CURRENT_SOURCE_DIR}/*.sh") +#FILE(GLOB _install_FILES "${CMAKE_CURRENT_SOURCE_DIR}/*.sh") +FILE(GLOB _install_FILES ${CMAKE_CURRENT_SOURCE_DIR}/ run_salome_siman.sh castem_env_products.sh eficas_aster_env_products.sh syrthes_env_products.sh) SET(_perms OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) INSTALL(FILES ${_install_FILES} DESTINATION share/simanio/misc PERMISSIONS ${_perms})