]> Creatis software - creaTools.git/blobdiff - install/CMakeLists.txt
Version.sh
[creaTools.git] / install / CMakeLists.txt
index 23848edb02a3d87965469bc8bb91d80cf438cefd..0fdc5c5a4b5f9d14a8619125c2350b1b0f15873f 100644 (file)
@@ -243,4 +243,9 @@ INSTALL(DIRECTORY ${CREATOOLS_SOURCE_PATH}\\\\${CREA_MINITOOLS}/            DESTINATION $
 ENDIF (WIN32)
 
 
+IF (UNIX)
+   install( FILES ${PROJECT_BINARY_DIR}/Version.sh  DESTINATION share/creatools )
+   install( FILES ${PROJECT_BINARY_DIR}/Version.txt DESTINATION share/creatools )
+ENDIF (UNIX)
+