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:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-06-12 05:45:04 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-06-12 06:00:29 +0300
commit7b0c8097a7d14ed709e0e1290f18a21b1d83c5f0 (patch)
treed7bafdc5a88b1787184d709db35ecf7e7c66edb2
parentb313525c1bd031792dbfb82979eb62d9a927b111 (diff)
Fix missing directory in 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 3938242eb6e..e99bf1f5b0c 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -172,6 +172,7 @@ set(SRC
intern/DRW_render.h
intern/draw_cache.h
intern/draw_cache_extract.h
+ intern/draw_cache_extract_mesh_private.h
intern/draw_cache_impl.h
intern/draw_cache_inline.h
intern/draw_color_management.h