mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- 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:
parent
cbdf9870ec
commit
4dc1d117f2
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ if( WIN32 )
|
|||
endif()
|
||||
|
||||
set( ZDOOM_LIBS
|
||||
opengl32
|
||||
wsock32
|
||||
winmm
|
||||
"${DX_dinput8_LIBRARY}"
|
||||
|
|
Loading…
Reference in a new issue