mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Link with dbghelp when memory-leak detection is enabled
This commit is contained in:
parent
f683c50198
commit
621c4bb05d
@ -84,3 +84,7 @@ if(WIN32)
|
||||
endif()
|
||||
|
||||
add_library(base-lib ${BASE_SOURCES})
|
||||
|
||||
if(ENABLE_MEMLEAK AND MSVC)
|
||||
target_link_libraries(base-lib dbghelp)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user