Fixed compilation after moving the windows installer to a different directory.
This commit is contained in:
parent
41ecd83d55
commit
9299eca758
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
100 ICON "@PROJECT_SOURCE_DIR@/src/windows_installer/icon.ico"
|
||||
100 ICON "@PROJECT_SOURCE_DIR@/tools/windows_installer/icon.ico"
|
||||
|
Loading…
Reference in New Issue
Block a user