1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Enable opengl for windows too

This commit is contained in:
Mathieu Schroeter 2017-07-25 19:25:22 +02:00
parent 518192a834
commit 514150bd24

View File

@ -156,7 +156,8 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
--enable-pulseaudio-shared)
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
set (SDL2_CONFIGURE --enable-directx
--enable-render-d3d)
--enable-render-d3d
--enable-video-opengl)
else ()
set (SDL2_CONFIGURE)
endif ()