From 1d2dfc5e9e96917fefe10f4361bb0ad20a93cf6b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 25 Mar 2022 12:04:14 +1100 Subject: Cleanup: sort cmake file lists --- source/blender/editors/sculpt_paint/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt index eee6e680d70..c422c8c2033 100644 --- a/source/blender/editors/sculpt_paint/CMakeLists.txt +++ b/source/blender/editors/sculpt_paint/CMakeLists.txt @@ -13,8 +13,8 @@ set(INC ../../gpu ../../imbuf ../../makesdna - ../../nodes ../../makesrna + ../../nodes ../../render ../../windowmanager ../../../../intern/atomic @@ -38,9 +38,9 @@ set(SRC paint_curve_undo.c paint_hide.c paint_image.cc - paint_image_ops_paint.cc paint_image_2d.c paint_image_2d_curve_mask.cc + paint_image_ops_paint.cc paint_image_proj.c paint_mask.c paint_ops.c -- cgit v1.2.3