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:
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 ea8bcfda92c..0ab3e775566 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -69,7 +69,9 @@ set(SRC
intern/gpu_immediate_util.c
intern/gpu_init_exit.c
intern/gpu_material.c
+ intern/gpu_material_library.c
intern/gpu_matrix.c
+ intern/gpu_node_graph.c
intern/gpu_platform.c
intern/gpu_primitive.c
intern/gpu_select.c
@@ -121,6 +123,7 @@ set(SRC
intern/gpu_context_private.h
intern/gpu_material_library.h
intern/gpu_matrix_private.h
+ intern/gpu_node_graph.h
intern/gpu_primitive_private.h
intern/gpu_private.h
intern/gpu_select_private.h