Add an icon to opencs.exe as well

This commit is contained in:
cc9cii 2014-09-05 20:30:50 +10:00
parent e0e561a105
commit fa0b3eb298
3 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,6 @@
set (OPENCS_SRC main.cpp)
set (OPENCS_SRC main.cpp
${CMAKE_SOURCE_DIR}/files/opencs/opencs.rc
)
opencs_units (. editor)

BIN
files/opencs/opencs.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

1
files/opencs/opencs.rc Normal file
View file

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "opencs.ico"