]> Creatis software - bbtkGEditor.git/blobdiff - install/CMakeLists.txt
Bug #1682 Crash deleting the actual connection creation
[bbtkGEditor.git] / install / CMakeLists.txt
index 5f300f357111a57916965addafce71e7626890a4..3607f0b17150df0d53d55a6c55b24a397ae5a110 100644 (file)
@@ -1,3 +1,34 @@
+
+
+#-----------------------------------------------------------------------------
+# INSTALL FILES
+#-----------------------------------------------------------------------------
+
+## EED ...files not needed and installen in the wrong place...
+
+#SET(DATA_DIR ${PROJECT_SOURCE_DIR}/data )
+#FILE(GLOB DATA_FILES "${DATA_DIR}/*.*")
+#FOREACH( iLST  ${DATA_FILES} )
+#   INSTALL( 
+#       FILES ${iLST}
+#       DESTINATION bin/data
+#   )
+#ENDFOREACH(iLST)
+#SET(DATA_DIR ${PROJECT_SOURCE_DIR}/data/icons )
+#FILE(GLOB DATA_FILES "${DATA_DIR}/*.*")
+#FOREACH( iLST  ${DATA_FILES} )
+#   INSTALL( 
+#       FILES ${iLST}
+#       DESTINATION bin/data/icons
+#   )
+#ENDFOREACH(iLST)
+
+
+
+#-----------------------------------------------------------------------------
+
+
+
 #-----------------------------------------------------------------------------
 # CPACK+NSIS PACKAGING
 #-----------------------------------------------------------------------------