diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt index 7f4ee4fdd55..7a74385ea77 100644 --- a/source/blender/editors/sculpt_paint/CMakeLists.txt +++ b/source/blender/editors/sculpt_paint/CMakeLists.txt @@ -42,7 +42,7 @@ set(SRC paint_cursor.c paint_hide.c paint_image.c - paint_2D.c + paint_image_2D.c paint_mask.c paint_ops.c paint_stroke.c diff --git a/source/blender/editors/sculpt_paint/paint_2D.c b/source/blender/editors/sculpt_paint/paint_image_2D.c similarity index 100% rename from source/blender/editors/sculpt_paint/paint_2D.c rename to source/blender/editors/sculpt_paint/paint_image_2D.c