cmake: exe icon on windows

This commit is contained in:
Ronald Kinard 2015-01-28 02:12:14 -06:00
parent 2f1367aab6
commit 20d6a7e675
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ if(${SDL2_FOUND})
if(${CMAKE_SYSTEM} MATCHES Windows)
set(SRB2_SDL2_TOTAL_SOURCES ${SRB2_SDL2_TOTAL_SOURCES}
${CMAKE_SOURCE_DIR}/src/win32/win_dbg.c
${CMAKE_SOURCE_DIR}/src/win32/Srb2win.rc
${CMAKE_SOURCE_DIR}/src/string.c
)
endif()