add exe icon

This commit is contained in:
2023-07-26 01:51:50 +02:00
parent 4d09e1fd4a
commit e92c7cbfa0
3 changed files with 2 additions and 0 deletions

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)