diff --git a/res/icon/tomato_v1_128.ico b/res/icon/tomato_v1_128.ico new file mode 100644 index 00000000..7e802585 Binary files /dev/null and b/res/icon/tomato_v1_128.ico differ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3e55b93f..14b39c66 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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) diff --git a/src/icon.rc b/src/icon.rc new file mode 100644 index 00000000..27471d2b --- /dev/null +++ b/src/icon.rc @@ -0,0 +1 @@ +1 ICON "../res/icon/tomato_v1_128.ico"