[Bf-blender-cvs] [495d3c8dd75] master: CMake: update for renamed headers

Campbell Barton noreply at git.blender.org
Tue Sep 19 12:15:05 CEST 2017


Commit: 495d3c8dd75421be2f3f5c5b31690eaedacf6e4e
Author: Campbell Barton
Date:   Tue Sep 19 20:25:20 2017 +1000
Branches: master
https://developer.blender.org/rB495d3c8dd75421be2f3f5c5b31690eaedacf6e4e

CMake: update for renamed headers

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

M	source/blender/blenlib/CMakeLists.txt

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

diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index f42848eec8f..61a1241cd8f 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -192,7 +192,6 @@ set(SRC
 	BLI_sort.h
 	BLI_sort_utils.h
 	BLI_stack.h
-	BLI_stackdefines.h
 	BLI_strict_flags.h
 	BLI_string.h
 	BLI_string_cursor_utf8.h
@@ -204,8 +203,10 @@ set(SRC
 	BLI_threads.h
 	BLI_timecode.h
 	BLI_utildefines.h
+	BLI_utildefines_iter.h
+	BLI_utildefines_stack.h
+	BLI_utildefines_variadic.h
 	BLI_uvproject.h
-	BLI_variadic_defines.h
 	BLI_vfontdata.h
 	BLI_voronoi.h
 	BLI_voxel.h



More information about the Bf-blender-cvs mailing list