]> Creatis software - creaMaracasVisu.git/blobdiff - install/CMakeLists.txt
#2532 creaMaracasVisu Feature New Normal - creaPanelButtonContainer All List Contain...
[creaMaracasVisu.git] / install / CMakeLists.txt
index 8d4200dce6d42f7a0eeaf5260345c4025afce6c6..5289b7a7b5156e23f93aefc65a1c55130873e554 100644 (file)
@@ -131,20 +131,6 @@ IF (WIN32)
 ENDIF (WIN32)
 
 
-#-- data/Icons --
-SET(DATA_DIR ${PROJECT_SOURCE_DIR}/data/Icons )
-FILE(GLOB DATA_FILES "${DATA_DIR}/*.*")
-FOREACH( iLST  ${DATA_FILES} )
-   INSTALL( 
-        FILES ${iLST}
-        DESTINATION ${INSTALL_DATA_DIR}/Icons
-   )
-ENDFOREACH(iLST)
-
-
-
-
-
 IF(EXWIN32)
 
 OPTION(BBTK_STANDALONE_INSTALLER "Install and add to installer all dlls needed, including from external toolkits (wx,itk,vtk)?" OFF)