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:
authorClément Foucault <foucault.clem@gmail.com>2022-03-26 13:53:24 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-03-26 15:16:01 +0300
commit23bbc0d7481cefd746cd32bfa8526ecaea9bf71d (patch)
tree1469b0c8e2153b83c4bc90cf56fc29736e1aa364 /source/blender/draw/CMakeLists.txt
parent6073b6b874e4b5fa990153dfbaa04dac5d884094 (diff)
DRW: Port draw_common.c to use shared definition with GLSL
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 38ae9e86585..2a2335aa44c 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -190,6 +190,7 @@ set(SRC
intern/draw_cache_inline.h
intern/draw_color_management.h
intern/draw_common.h
+ intern/draw_common_shader_shared.h
intern/draw_debug.h
intern/draw_hair_private.h
intern/draw_instance_data.h