diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2f3a94d49..5e6a11519 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -125,6 +125,7 @@ if( WIN32 ) if( DX_dxguid_LIBRARY ) list( APPEND ZDOOM_LIBS "${DX_dxguid_LIBRARY}" ) endif() + set( ZDOOM_LIBS ${ZDOOM_LIBS} libdbghelp.a ) endif() else() if( APPLE )