mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
windows: incorporate file info into exe
This commit is contained in:
parent
70fa707a35
commit
26dec362e4
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue