mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-04 20:05:05 +00:00
really what the heck
This commit is contained in:
parent
d4f58cb6ea
commit
eafbec6cfc
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ endif()
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp)
|
list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp)
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
list(APPEND DEPENDENCIES_LIBRARIES msvcr90 dbghelp -static)
|
list(APPEND DEPENDENCIES_LIBRARIES msvcr90 psapi -static)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue