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>2017-03-09 08:47:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-03-09 08:47:31 +0300
commitb40a4f66b250ceafb8a9b8e6b644a8f1df802c1c (patch)
tree90844a3f9fb41f38ac37a26783b506d138a5a5a9 /source/blender/gpu/CMakeLists.txt
parent696ed6d3caef5ad81c011d435fd02f82f6c231d3 (diff)
parent4ab322fdd2e019ba337b2560a2d36f2175c03a32 (diff)
Merge branch 'master' into blender2.8
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 5d26d685418..5049f8e3eda 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -63,6 +63,8 @@ set(SRC
intern/gpu_material.c
intern/gpu_matrix.c
intern/gpu_select.c
+ intern/gpu_select_pick.c
+ intern/gpu_select_sample_query.c
intern/gpu_shader.c
intern/gpu_texture.c
intern/gpu_uniformbuffer.c
@@ -133,6 +135,7 @@ set(SRC
intern/gpu_codegen.h
intern/gpu_private.h
+ intern/gpu_select_private.h
)
data_to_c_simple(shaders/gpu_shader_depth_only_frag.glsl SRC)