Skip to content

Commit 7bec868

Browse files
author
Mark R. Tuttle
committed
Add dbghelp.lib to windows cmake build of util.lib
1 parent a49e636 commit 7bec868

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)