mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
another fix
This commit is contained in:
parent
3a1b66957b
commit
cad0eab9ca
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ set(USED_SOURCES ${ENGINE_SOURCES} ${AUDIO_SOURCES} src/main.cpp)
|
|||
if (USE_BACKWARD)
|
||||
list(APPEND USED_SOURCES src/backtrace.cpp)
|
||||
if (WIN32 AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
list(APPEND DEPENDENCIES_LIBRARIES dbghelp msvcr90)
|
||||
list(APPEND DEPENDENCIES_LIBRARIES dbghelp msvcr90 psapi)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue