mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 22:15:14 +00:00
fix it
This commit is contained in:
parent
914b5f7a88
commit
652edb18b7
1 changed files with 3 additions and 0 deletions
|
@ -505,6 +505,9 @@ 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)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (BUILD_GUI)
|
||||
|
|
Loading…
Reference in a new issue