From bc1ecbf865264486caff44f7eba553184168eb39 Mon Sep 17 00:00:00 2001 From: davila <> Date: Wed, 20 Oct 2010 11:29:44 +0000 Subject: [PATCH] *** empty log message *** --- install/CMakeLists.txt | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/install/CMakeLists.txt b/install/CMakeLists.txt index 6a9c435..3607f0b 100644 --- a/install/CMakeLists.txt +++ b/install/CMakeLists.txt @@ -1,22 +1,29 @@ + + #----------------------------------------------------------------------------- # INSTALL FILES #----------------------------------------------------------------------------- -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) + +## 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) + + #----------------------------------------------------------------------------- -- 2.45.1