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:
authorHans Goudey <h.goudey@me.com>2021-12-23 20:46:45 +0300
committerHans Goudey <h.goudey@me.com>2021-12-23 20:46:45 +0300
commit582f6032fc5ab556fcfdec1d2e4537f53778089c (patch)
tree6a369c947dab579091b20ef743c386c2fa1bdccc /source/blender/draw/CMakeLists.txt
parent05f900e3466b45a19e13bea6dd641e4f7b8b46e9 (diff)
Cleanup: Move hair object type files to C++
Differential Revision: https://developer.blender.org/D13657
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 30a3b8087c0..821b6025fff 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -85,7 +85,7 @@ set(SRC
intern/draw_cache_impl_curve.cc
intern/draw_cache_impl_displist.c
intern/draw_cache_impl_gpencil.c
- intern/draw_cache_impl_hair.c
+ intern/draw_cache_impl_hair.cc
intern/draw_cache_impl_lattice.c
intern/draw_cache_impl_mesh.c
intern/draw_cache_impl_metaball.c