diff options
-rw-r--r-- | xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/CMakeLists.txt b/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/CMakeLists.txt index 362fa0833c..9bf9a5dd2f 100644 --- a/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/CMakeLists.txt +++ b/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/CMakeLists.txt @@ -14,7 +14,7 @@ if(OPENGL_FOUND OR OPENGLES_FOUND) list(APPEND SOURCES GLSLOutput.cpp VideoFilterShader.cpp YUV2RGBShader.cpp) - list(APPEND SOURCES GLSLOutput.h + list(APPEND HEADERS GLSLOutput.h VideoFilterShader.h YUV2RGBShader.h) endif() |