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
+1 -1
View File
@@ -126,7 +126,7 @@ endif()
# Executable information # Executable information
if(WIN32) if(WIN32)
add_executable(VVVVVV WIN32 ${VVV_SRC}) add_executable(VVVVVV WIN32 ${VVV_SRC} icon.rc)
else() else()
add_executable(VVVVVV ${VVV_SRC}) add_executable(VVVVVV ${VVV_SRC})
endif() endif()
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

+1
View File
@@ -0,0 +1 @@
AAA ICON "icon.ico"