We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 876cdb9 + 7bec868 commit d453933Copy full SHA for d453933
src/util/CMakeLists.txt
@@ -49,3 +49,6 @@ add_dependencies(util generate_version_cpp)
49
generic_includes(util)
50
51
target_link_libraries(util big-int langapi)
52
+if(WIN32)
53
+ target_link_libraries(util dbghelp)
54
+endif()
0 commit comments