From 263f9408063f48bc8abf57788521c29d9787eb0b Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sat, 29 Mar 2014 17:29:02 -0700 Subject: [PATCH] Fix CMakeLists.txt for each project (my fault) --- libobs-d3d11/CMakeLists.txt | 1 - libobs-opengl/CMakeLists.txt | 1 - libobs/CMakeLists.txt | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libobs-d3d11/CMakeLists.txt b/libobs-d3d11/CMakeLists.txt index b2a731652..eadcab18d 100644 --- a/libobs-d3d11/CMakeLists.txt +++ b/libobs-d3d11/CMakeLists.txt @@ -23,7 +23,6 @@ set(libobs-d3d11_SOURCES d3d11-zstencilbuffer.cpp) set(libobs-d3d11_HEADERS - d3d11-exports.h d3d11-shaderprocessor.hpp d3d11-subsystem.hpp) diff --git a/libobs-opengl/CMakeLists.txt b/libobs-opengl/CMakeLists.txt index f2acf0d1c..fb53f87a0 100644 --- a/libobs-opengl/CMakeLists.txt +++ b/libobs-opengl/CMakeLists.txt @@ -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) diff --git a/libobs/CMakeLists.txt b/libobs/CMakeLists.txt index c1dc404f9..004801eb8 100644 --- a/libobs/CMakeLists.txt +++ b/libobs/CMakeLists.txt @@ -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