mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
build: need to link dbghelp.lib on Windows
This commit is contained in:
parent
6b34c771bf
commit
1e6aa111f2
@ -1172,7 +1172,7 @@ foreach(tgt dwarfs_common dwarfs_reader dwarfs_writer dwarfs_extractor
|
||||
target_link_libraries(${tgt} PRIVATE fmt::fmt)
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(${tgt} PRIVATE ntdll.lib)
|
||||
target_link_libraries(${tgt} PRIVATE ntdll.lib dbghelp.lib)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user