From 4c407f20a62c7d437a9b3f2498b658f968102573 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Mon, 28 Feb 2022 16:20:55 -0500 Subject: Cleanup: Move object_add.c to C++ This patch was tested on the buildbot first, it builds on all platforms. --- source/blender/editors/object/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object/CMakeLists.txt') 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 -- cgit v1.2.3