From 4dc1d117f2b58dcd260acf3c777e8eb30fe1e2cc Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 21 Jan 2017 11:50:53 +0100 Subject: [PATCH] - fixed: Without letting CMake find OpenGL, under Windows the library must be added manually to the project or linker errors will happen. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c51998874..870275324 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -161,6 +161,7 @@ if( WIN32 ) endif() set( ZDOOM_LIBS + opengl32 wsock32 winmm "${DX_dinput8_LIBRARY}"