diff --git a/CMakeLists.txt b/CMakeLists.txt index e712332..dc2fa17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,4 +43,6 @@ if (WIN32) # Disables Warnings add_compile_definitions(_CRT_SECURE_NO_WARNINGS) + + target_sources(Pound PRIVATE core/Pound.rc) endif() diff --git a/core/Images/Pound.ico b/core/Images/Pound.ico new file mode 100644 index 0000000..142d16c Binary files /dev/null and b/core/Images/Pound.ico differ diff --git a/core/Pound.rc b/core/Pound.rc new file mode 100644 index 0000000..8f64406 --- /dev/null +++ b/core/Pound.rc @@ -0,0 +1,4 @@ +// Copyright 2025 Pound Emulator Project. All rights reserved. + +// ICON +IDI_ICON1 ICON "Images/Pound.ico"