diff --git a/CMakeLists.txt b/CMakeLists.txt index 10a8cbab..8bf3bf11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -276,6 +276,13 @@ if(WIN32) ) endif() +if (WIN32) + target_sources(${EXECUTABLE_NAME} PUBLIC + "os/windows/fallout2-ce.ico" + "os/windows/fallout2-ce.rc" + ) +endif() + if(APPLE) target_sources(${EXECUTABLE_NAME} PUBLIC "os/macos/fallout2-ce.icns") set_source_files_properties("os/macos/fallout2-ce.icns" PROPERTIES MACOSX_PACKAGE_LOCATION "Resources") diff --git a/os/windows/fallout2-ce.ico b/os/windows/fallout2-ce.ico new file mode 100644 index 00000000..4a64c055 Binary files /dev/null and b/os/windows/fallout2-ce.ico differ diff --git a/os/windows/fallout2-ce.rc b/os/windows/fallout2-ce.rc new file mode 100644 index 00000000..940779a0 --- /dev/null +++ b/os/windows/fallout2-ce.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "fallout2-ce.ico"