add exe icon
This commit is contained in:
parent
4d09e1fd4a
commit
e92c7cbfa0
BIN
res/icon/tomato_v1_128.ico
Normal file
BIN
res/icon/tomato_v1_128.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
|||||||
|
|
||||||
add_executable(tomato
|
add_executable(tomato
|
||||||
main.cpp
|
main.cpp
|
||||||
|
icon.rc
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_features(tomato PUBLIC cxx_std_17)
|
target_compile_features(tomato PUBLIC cxx_std_17)
|
||||||
|
1
src/icon.rc
Normal file
1
src/icon.rc
Normal file
@ -0,0 +1 @@
|
|||||||
|
1 ICON "../res/icon/tomato_v1_128.ico"
|
Loading…
Reference in New Issue
Block a user