mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-03 15:55:30 +03:00
Embedded .ico
This commit is contained in:
@@ -126,7 +126,7 @@ endif()
|
||||
|
||||
# Executable information
|
||||
if(WIN32)
|
||||
add_executable(VVVVVV WIN32 ${VVV_SRC})
|
||||
add_executable(VVVVVV WIN32 ${VVV_SRC} icon.rc)
|
||||
else()
|
||||
add_executable(VVVVVV ${VVV_SRC})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user