- fixed: Without letting CMake find OpenGL, under Windows the library must be added manually to the project or linker errors will happen.

This commit is contained in:
Christoph Oelckers 2017-01-21 11:50:53 +01:00
parent cbdf9870ec
commit 4dc1d117f2
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ if( WIN32 )
endif() endif()
set( ZDOOM_LIBS set( ZDOOM_LIBS
opengl32
wsock32 wsock32
winmm winmm
"${DX_dinput8_LIBRARY}" "${DX_dinput8_LIBRARY}"