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>2022-10-02 19:16:14 +0300
committerHans Goudey <h.goudey@me.com>2022-10-02 19:17:40 +0300
commit15e6673ccdc39a20e3b2821dbe0cb0ade61bc4e5 (patch)
tree3403890bc9ca3eb15d757f7961bbe290f81dfe2b /source/blender/modifiers/CMakeLists.txt
parented6764dedeeada8d705594e962e2e7e254bb5c4a (diff)
Cleanup: Move three modifier files to C++
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index a982a181ed7..90ae3c8093c 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -43,7 +43,7 @@ set(SRC
intern/MOD_collision.c
intern/MOD_correctivesmooth.c
intern/MOD_curve.c
- intern/MOD_datatransfer.c
+ intern/MOD_datatransfer.cc
intern/MOD_decimate.c
intern/MOD_displace.c
intern/MOD_dynamicpaint.c
@@ -66,7 +66,7 @@ set(SRC
intern/MOD_multires.c
intern/MOD_nodes.cc
intern/MOD_none.c
- intern/MOD_normal_edit.c
+ intern/MOD_normal_edit.cc
intern/MOD_ocean.c
intern/MOD_particleinstance.c
intern/MOD_particlesystem.cc
@@ -81,7 +81,7 @@ set(SRC
intern/MOD_solidify.c
intern/MOD_solidify_extrude.c
intern/MOD_solidify_nonmanifold.c
- intern/MOD_subsurf.c
+ intern/MOD_subsurf.cc
intern/MOD_surface.c
intern/MOD_surfacedeform.c
intern/MOD_triangulate.c