0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

Fix CMakeLists.txt for each project (my fault)

This commit is contained in:
jp9000 2014-03-29 17:29:02 -07:00
parent b2885480fa
commit 263f940806
3 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ set(libobs-d3d11_SOURCES
d3d11-zstencilbuffer.cpp)
set(libobs-d3d11_HEADERS
d3d11-exports.h
d3d11-shaderprocessor.hpp
d3d11-subsystem.hpp)

View File

@ -53,7 +53,6 @@ set(libobs-opengl_SOURCES
GL/gl_obs.c)
set(libobs-opengl_HEADERS
gl-exports.h
gl-helpers.h
gl-shaderparser.h
gl-subsystem.h)

View File

@ -96,6 +96,7 @@ set(libobs_graphics_HEADERS
graphics/matrix4.h
graphics/graphics.h
graphics/graphics-internal.h
graphics/device-exports.h
graphics/vec2.h
graphics/vec4.h
graphics/matrix3.h