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.
1 parent a49e636 commit 7bec868Copy full SHA for 7bec868
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