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:
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index d4b9bc3d2bc..c06a1240729 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -61,7 +61,6 @@ set(SRC
intern/graph.c
intern/gsqueue.c
intern/jitter.c
- intern/lasso.c
intern/listbase.c
intern/math_base.c
intern/math_base_inline.c
@@ -91,9 +90,10 @@ set(SRC
intern/voxel.c
intern/winstuff.c
- BLI_args.h
BLI_array.h
BLI_bitmap.h
+ BLI_smallhash.h
+ BLI_args.h
BLI_blenlib.h
BLI_boxpack2d.h
BLI_bpath.h
@@ -103,6 +103,7 @@ set(SRC
BLI_dynlib.h
BLI_dynstr.h
BLI_edgehash.h
+ BLI_editVert.h
BLI_fileops.h
BLI_fileops_types.h
BLI_fnmatch.h
@@ -113,7 +114,6 @@ set(SRC
BLI_jitter.h
BLI_kdopbvh.h
BLI_kdtree.h
- BLI_lasso.h
BLI_linklist.h
BLI_listbase.h
BLI_math.h
@@ -133,7 +133,6 @@ set(SRC
BLI_rand.h
BLI_rect.h
BLI_scanfill.h
- BLI_smallhash.h
BLI_string.h
BLI_string_cursor_utf8.h
BLI_string_utf8.h