add exe icon

This commit is contained in:
Green Sky 2023-07-26 01:51:50 +02:00
parent 4d09e1fd4a
commit e92c7cbfa0
No known key found for this signature in database
3 changed files with 2 additions and 0 deletions

BIN
res/icon/tomato_v1_128.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
add_executable(tomato
main.cpp
icon.rc
)
target_compile_features(tomato PUBLIC cxx_std_17)

1
src/icon.rc Normal file
View File

@ -0,0 +1 @@
1 ICON "../res/icon/tomato_v1_128.ico"