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>2020-10-05 14:59:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-05 15:01:56 +0300
commit2bbaa8df592f321fb643578e9c022af78603f91e (patch)
treedd922e730e23380b939e29539f567fccc8c0a97d
parentc129d780392e17d1ae9a21f6304fcdd5be63d2f9 (diff)
CMake: include DNA_modifier_defaults.h
-rw-r--r--source/blender/makesdna/intern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt
index ddcebb66965..57a68720160 100644
--- a/source/blender/makesdna/intern/CMakeLists.txt
+++ b/source/blender/makesdna/intern/CMakeLists.txt
@@ -151,6 +151,7 @@ set(SRC
../DNA_material_defaults.h
../DNA_mesh_defaults.h
../DNA_meta_defaults.h
+ ../DNA_modifier_defaults.h
../DNA_modifier_types.h
../DNA_object_defaults.h
../DNA_pointcloud_defaults.h