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-11-06 00:47:48 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-11-06 00:47:48 +0300
commit9980fd0b8e1f3a07060316f28469f55a3f2fc0cd (patch)
tree2fd373a0ef983c37882c32cb7a897cd72242c06b /source/blender/editors/sculpt_paint/CMakeLists.txt
parentdb3bf3677085d64cca04f01e2004f556c75a4400 (diff)
temp-sculpt-roll-mapping: Port roll tex mapping code from sculpt-dev
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 2709ac3fd91..b43713462b0 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -53,7 +53,7 @@ set(SRC
paint_image_proj.c
paint_mask.c
paint_ops.c
- paint_stroke.c
+ paint_stroke.cc
paint_utils.c
paint_vertex.cc
paint_vertex_color_ops.cc