Browse Source

Fixed cmake for Windows

Zachary Lund 11 years ago
parent
commit
f33e693a6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs-opengl/CMakeLists.txt

+ 1 - 1
libobs-opengl/CMakeLists.txt

@@ -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)