diff --git a/desktop_version/CMakeLists.txt b/desktop_version/CMakeLists.txt index 4f56179d..7405c122 100644 --- a/desktop_version/CMakeLists.txt +++ b/desktop_version/CMakeLists.txt @@ -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() diff --git a/desktop_version/icon.ico b/desktop_version/icon.ico new file mode 100644 index 00000000..d24203cb Binary files /dev/null and b/desktop_version/icon.ico differ diff --git a/desktop_version/icon.rc b/desktop_version/icon.rc new file mode 100644 index 00000000..9fbf3935 --- /dev/null +++ b/desktop_version/icon.rc @@ -0,0 +1 @@ +AAA ICON "icon.ico"