diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e989c3db..381ebcc52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,7 +258,7 @@ endif() add_definitions(-DHAVE_OGGVORBIS) if(WIN32) - configure_file("${STK_SOURCE_DIR}/windows_installer/icon_rc.template" "${PROJECT_BINARY_DIR}/tmp/icon.rc") + configure_file("${STK_SOURCE_DIR}/../tools/windows_installer/icon_rc.template" "${PROJECT_BINARY_DIR}/tmp/icon.rc") endif() # Provides list of source and header files (STK_SOURCES and STK_HEADERS) diff --git a/tools/windows_installer/icon_rc.template b/tools/windows_installer/icon_rc.template index d9cc5fd32..0df1e23ee 100644 --- a/tools/windows_installer/icon_rc.template +++ b/tools/windows_installer/icon_rc.template @@ -1 +1 @@ -100 ICON "@PROJECT_SOURCE_DIR@/src/windows_installer/icon.ico" +100 ICON "@PROJECT_SOURCE_DIR@/tools/windows_installer/icon.ico"