Fixed compilation after moving the windows installer to a different directory.

This commit is contained in:
hiker 2016-04-22 07:54:40 +10:00
parent 41ecd83d55
commit 9299eca758
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1 @@
100 ICON "@PROJECT_SOURCE_DIR@/src/windows_installer/icon.ico"
100 ICON "@PROJECT_SOURCE_DIR@/tools/windows_installer/icon.ico"