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:
authorJoseph Eagar <joeedh@gmail.com>2022-06-08 13:32:57 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-06-08 13:33:18 +0300
commitca29376e002c5427513ee2ed6633dd82811ac1bd (patch)
tree188213fadc17c2d8f6897fcf73dc0d4cbb74c03e /source/blender/editors/sculpt_paint/CMakeLists.txt
parentb52760a0236f45e1a5a16236a7aeb9888b60aced (diff)
Cleanup: Move sculpt_automasking.c to c++
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index 9a9efc9e6cf..b1b52d16c6d 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -58,7 +58,7 @@ set(SRC
paint_vertex_weight_ops.c
paint_vertex_weight_utils.c
sculpt.c
- sculpt_automasking.c
+ sculpt_automasking.cc
sculpt_boundary.c
sculpt_brush_types.c
sculpt_cloth.c