added OSX files to automake scripts

This commit is contained in:
jp9000
2013-11-15 06:40:03 -07:00
parent 72a64b3d41
commit e778a4c04f
3 changed files with 12 additions and 3 deletions

View File

@@ -30,6 +30,11 @@ libobs_opengl_la_SOURCES = gl-helpers.c \
gl-vertexbuffer.c \
gl-zstencil.c \
glew/src/glew.c
if OS_OSX
libobs_opengl_la_SOURCES += gl-cocoa.m
endif
if OS_WIN
libobs_opengl_la_SOURCES += gl-windows.c
endif