mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 13:21:31 +00:00
cmake: exe icon on windows
This commit is contained in:
parent
2f1367aab6
commit
20d6a7e675
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ if(${SDL2_FOUND})
|
||||||
if(${CMAKE_SYSTEM} MATCHES Windows)
|
if(${CMAKE_SYSTEM} MATCHES Windows)
|
||||||
set(SRB2_SDL2_TOTAL_SOURCES ${SRB2_SDL2_TOTAL_SOURCES}
|
set(SRB2_SDL2_TOTAL_SOURCES ${SRB2_SDL2_TOTAL_SOURCES}
|
||||||
${CMAKE_SOURCE_DIR}/src/win32/win_dbg.c
|
${CMAKE_SOURCE_DIR}/src/win32/win_dbg.c
|
||||||
|
${CMAKE_SOURCE_DIR}/src/win32/Srb2win.rc
|
||||||
${CMAKE_SOURCE_DIR}/src/string.c
|
${CMAKE_SOURCE_DIR}/src/string.c
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue