From 17931f3b5125528e3d763ae8a80eae5e4730dcc3 Mon Sep 17 00:00:00 2001 From: Pablo Dobarro Date: Fri, 3 Apr 2020 21:46:08 +0200 Subject: Cleanup: Move Mask Filter and Mask Expand to their own files --- source/blender/editors/sculpt_paint/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt') diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt index 81dafd5ded4..f9858804394 100644 --- a/source/blender/editors/sculpt_paint/CMakeLists.txt +++ b/source/blender/editors/sculpt_paint/CMakeLists.txt @@ -62,7 +62,9 @@ set(SRC sculpt_automasking.c sculpt_cloth.c sculpt_face_set.c + sculpt_filter_mask.c sculpt_filter_mesh.c + sculpt_mask_expand.c sculpt_multiplane_scrape.c sculpt_pose.c sculpt_smooth.c -- cgit v1.2.3