From b53741ca259c8ae4a3033183f5e610cefb516407 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 6 Sep 2019 19:59:44 +0100 Subject: [PATCH] Fix CMakeLists.txt some more --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 094be2ca..0778313d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,7 +258,7 @@ endif() # Make some tweaks if we're targetting Windows if(WIN32) - target_sources(CSE2 PRIVATE "${ASSETS_DIRECTORY}/resources/ICON/ICON.rc") + target_sources(CSE2 PRIVATE "${ASSETS_DIRECTORY}/resources/CSE2.rc") set_target_properties(CSE2 PROPERTIES WIN32_EXECUTABLE YES) # Disable the console window endif()