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:
authorJeroen Bakker <jeroen@blender.org>2022-02-22 11:57:11 +0300
committerJeroen Bakker <jeroen@blender.org>2022-02-22 12:00:03 +0300
commit1d4ed6ba2964eb6ec9bf0e0648f8bb60ab7a914a (patch)
tree42a08f5efaaf685894e51109203aca146b422b03 /source/blender/editors/sculpt_paint/CMakeLists.txt
parent1ec02b869587cf31414f8c2146614bc65a21725b (diff)
Convert paint_image to cc.
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 fcde780fc58..c1febe5c86b 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -29,7 +29,7 @@ set(SRC
paint_curve.c
paint_curve_undo.c
paint_hide.c
- paint_image.c
+ paint_image.cc
paint_image_2d.c
paint_image_2d_curve_mask.cc
paint_image_proj.c