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:
authorCampbell Barton <campbell@blender.org>2022-03-25 04:04:14 +0300
committerCampbell Barton <campbell@blender.org>2022-03-25 04:04:14 +0300
commit1d2dfc5e9e96917fefe10f4361bb0ad20a93cf6b (patch)
tree4b323da73451387e28c114845a64cead53d25df9 /source/blender/editors/sculpt_paint/CMakeLists.txt
parenta446c53f168f05b971bf2784aa92b27b60504389 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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