Skip to content

Commit d453933

Browse files
authored
Merge pull request #5387 from markrtuttle/cmake-windows-util-lib-link
Add dbghelp.lib to windows cmake build of util.lib
2 parents 876cdb9 + 7bec868 commit d453933

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/util/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ add_dependencies(util generate_version_cpp)
4949
generic_includes(util)
5050

5151
target_link_libraries(util big-int langapi)
52+
if(WIN32)
53+
target_link_libraries(util dbghelp)
54+
endif()

0 commit comments

Comments
 (0)