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)