Fixed cmake for Windows

This commit is contained in:
Zachary Lund 2014-01-25 19:32:27 -06:00
parent 74ab96a3ad
commit f33e693a6e

View file

@ -12,7 +12,7 @@ add_definitions(-DLIBOBS_EXPORTS)
if(WIN32)
set(libobs-opengl_PLATFORM_SOURCES
gl-windows.c
wgl_obs.c)
GL/wgl_obs.c)
elseif(APPLE)
set(libobs-opengl_PLATFORM_SOURCES
gl-cocoa.m)