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-08-14 21:32:54 +0300
committerHans Goudey <h.goudey@me.com>2022-08-14 21:32:54 +0300
commit407f11c55f6de066960f6193dc48df4cd4ca4417 (patch)
treee64d4a972cd2679190bde565f047cfa04a6425fa /source/blender/editors/object/CMakeLists.txt
parent39bad22008fb2655d3edf1a301bf16b8011f00e8 (diff)
Cleanup: Move object_vgroup.c to C++
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index a2f993c92b9..d05738ca27c 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -53,7 +53,7 @@ set(SRC
object_shapekey.c
object_transform.cc
object_utils.c
- object_vgroup.c
+ object_vgroup.cc
object_volume.c
object_warp.c