diff options
author | h.udo <hudokkow@gmail.com> | 2016-04-08 16:17:52 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2016-04-15 13:21:44 +0100 |
commit | 991ee5cfbe13cd5a8c3c6477f379c8d4fc9df9f2 (patch) | |
tree | 893dd1cb50b49982b72c1708eb7cf06fb2059c8d | |
parent | e8e5b0b3b5ad98dbaaeee6b1933b3be7538131dd (diff) |
[cmake] These are the headers you're looking for
-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() |