mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 22:15:14 +00:00
windows: incorporate file info into exe
This commit is contained in:
parent
a91ba7ff10
commit
90398e2cd0
1 changed files with 4 additions and 0 deletions
|
@ -1127,6 +1127,10 @@ else()
|
||||||
message(STATUS "Building headless")
|
message(STATUS "Building headless")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (WIN32)
|
||||||
|
list(APPEND USED_SOURCES res/furnace.rc)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
list(APPEND DEPENDENCIES_LIBRARIES shlwapi)
|
list(APPEND DEPENDENCIES_LIBRARIES shlwapi)
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
|
|
Loading…
Reference in a new issue