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-03-01 00:20:55 +0300
committerHans Goudey <h.goudey@me.com>2022-03-01 00:20:55 +0300
commit4c407f20a62c7d437a9b3f2498b658f968102573 (patch)
tree19290a86c64de30bf18ecf7e85b927efc4c741d0 /source/blender/editors/object/CMakeLists.txt
parent75bb99fa40dd09e4ae0e92cca9398b929f855a2c (diff)
Cleanup: Move object_add.c to C++
This patch was tested on the buildbot first, it builds on all platforms.
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 54db59dc2fa..a94387961ee 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -28,7 +28,7 @@ set(INC
)
set(SRC
- object_add.c
+ object_add.cc
object_bake.c
object_bake_api.c
object_collection.c