From 90398e2cd05546c00de8d14eb1240d0d296a8423 Mon Sep 17 00:00:00 2001 From: Zumi Daxuya Date: Sun, 30 Jun 2024 21:44:37 +0700 Subject: [PATCH] windows: incorporate file info into exe --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a08f9d9f5..0acf110a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1127,6 +1127,10 @@ else() message(STATUS "Building headless") endif() +if (WIN32) + list(APPEND USED_SOURCES res/furnace.rc) +endif() + if (WIN32) list(APPEND DEPENDENCIES_LIBRARIES shlwapi) if (NOT MSVC)