[Bf-blender-cvs] [42103a3eb8e] master: CMake: add missing headers

Campbell Barton noreply at git.blender.org
Sun Jun 17 11:57:39 CEST 2018


Commit: 42103a3eb8e9ee341c89310cc2343bc21b6ae7e2
Author: Campbell Barton
Date:   Sun Jun 17 11:56:20 2018 +0200
Branches: master
https://developer.blender.org/rB42103a3eb8e9ee341c89310cc2343bc21b6ae7e2

CMake: add missing headers

===================================================================

M	source/blender/blenlib/CMakeLists.txt
M	source/blender/editors/util/CMakeLists.txt

===================================================================

diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index f8fc2bfdcff..16497c12022 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -129,6 +129,7 @@ set(SRC
 	BLI_array_store.h
 	BLI_array_store_utils.h
 	BLI_array_utils.h
+	BLI_assert.h
 	BLI_astar.h
 	BLI_bitmap.h
 	BLI_bitmap_draw_2d.h
@@ -164,6 +165,7 @@ set(SRC
 	BLI_kdtree.h
 	BLI_lasso_2d.h
 	BLI_link_utils.h
+	BLI_linklist.h
 	BLI_linklist_lockfree.h
 	BLI_linklist_stack.h
 	BLI_listbase.h
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index 8657c876d47..c0a6fe676f1 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -84,6 +84,7 @@ set(SRC
 	../include/ED_transform_snap_object_context.h
 	../include/ED_transverts.h
 	../include/ED_types.h
+	../include/ED_undo.h
 	../include/ED_util.h
 	../include/ED_uvedit.h
 	../include/ED_view3d.h



More information about the Bf-blender-cvs mailing list