mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 18:59:57 +00:00
Add an icon to opencs.exe as well
This commit is contained in:
parent
e0e561a105
commit
fa0b3eb298
3 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
set (OPENCS_SRC main.cpp)
|
set (OPENCS_SRC main.cpp
|
||||||
|
${CMAKE_SOURCE_DIR}/files/opencs/opencs.rc
|
||||||
|
)
|
||||||
|
|
||||||
opencs_units (. editor)
|
opencs_units (. editor)
|
||||||
|
|
||||||
|
|
BIN
files/opencs/opencs.ico
Normal file
BIN
files/opencs/opencs.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
1
files/opencs/opencs.rc
Normal file
1
files/opencs/opencs.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "opencs.ico"
|
Loading…
Reference in a new issue