From 495d3c8dd75421be2f3f5c5b31690eaedacf6e4e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Sep 2017 20:25:20 +1000 Subject: CMake: update for renamed headers --- source/blender/blenlib/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3