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/gpu/CMakeLists.txt
parentc89791ba788da65bc0ebe57af3a1dfa754d77863 (diff)
CMake: add missing headers
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index d232d3fab93..7760b89571c 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -94,8 +94,11 @@ set(SRC
GPU_attr_binding.h
GPU_batch.h
+ GPU_batch_presets.h
+ GPU_batch_utils.h
GPU_buffers.h
GPU_common.h
+ GPU_context.h
GPU_debug.h
GPU_draw.h
GPU_element.h