Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-06 14:23:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-06 14:23:25 +0300
commit1450a375553d4549276f9098a7e43f740059489d (patch)
tree7a3acd89f37090d672554adfff8e2b0a9f73e4a6 /source/blender/draw/CMakeLists.txt
parentc89791ba788da65bc0ebe57af3a1dfa754d77863 (diff)
CMake: add missing headers
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index bfa796da122..b9881162e9a 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -151,6 +151,8 @@ set(SRC
engines/eevee/eevee_lut.h
engines/eevee/eevee_private.h
engines/external/external_engine.h
+ engines/workbench/workbench_engine.h
+ engines/workbench/workbench_private.h
)
data_to_c_simple(engines/eevee/shaders/ambient_occlusion_lib.glsl SRC)