Embedded .ico

This commit is contained in:
Ethan Lee
2021-08-28 11:21:49 -04:00
parent fd4415317d
commit fe1c8d3336
3 changed files with 2 additions and 1 deletions

View File

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