From 0b86e1c2d56a17134f44464230d5f26a8cf3fbaa Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Wed, 22 Jan 2014 10:10:31 -0800 Subject: [PATCH] - fixed paths for editor and model viewer camek install --- source/g3d_viewer/CMakeLists.txt | 2 +- source/glest_map_editor/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/g3d_viewer/CMakeLists.txt b/source/g3d_viewer/CMakeLists.txt index e32d7e46f..8ae982ebe 100644 --- a/source/g3d_viewer/CMakeLists.txt +++ b/source/g3d_viewer/CMakeLists.txt @@ -194,7 +194,7 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER) # Installation of the program config and image files INSTALL(FILES - "${PROJECT_SOURCE_DIR}/g3dviewer.ico" + "${PROJECT_SOURCE_DIR}/mk/linux/g3dviewer.ico" DESTINATION ${MEGAGLEST_DATA_INSTALL_PATH}) # Installation of the program desktop file diff --git a/source/glest_map_editor/CMakeLists.txt b/source/glest_map_editor/CMakeLists.txt index 71b98814d..57270a1af 100644 --- a/source/glest_map_editor/CMakeLists.txt +++ b/source/glest_map_editor/CMakeLists.txt @@ -190,7 +190,7 @@ IF(BUILD_MEGAGLEST_MAP_EDITOR) # Installation of the program config and image files INSTALL(FILES - "${PROJECT_SOURCE_DIR}/editor.ico" + "${PROJECT_SOURCE_DIR}/mk/linux/editor.ico" DESTINATION ${MEGAGLEST_DATA_INSTALL_PATH}) # Installation of the program desktop file