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:
authorJacques Lucke <jacques@blender.org>2022-09-07 20:14:10 +0300
committerJacques Lucke <jacques@blender.org>2022-09-07 20:14:10 +0300
commitbc8f37a21d4fd2d234e2e3d8ca414684e99aa89a (patch)
treee9288f930050a8b6bf1694fb4177b2ab212cc983 /source/blender/blenlib/CMakeLists.txt
parentff42240ea24d77ce758da316502723d07d8b14a9 (diff)
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index dddb073fe76..a3ec0603257 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -330,7 +330,7 @@ set(SRC
BLI_uvproject.h
BLI_vector.hh
BLI_vector_adaptor.hh
- BLI_vector_list.hh
+ BLI_chunked_list.hh
BLI_vector_set.hh
BLI_vector_set_slots.hh
BLI_virtual_array.hh
@@ -434,6 +434,7 @@ if(WITH_GTESTS)
tests/BLI_bit_vector_test.cc
tests/BLI_bitmap_test.cc
tests/BLI_bounds_test.cc
+ tests/BLI_chunked_list_test.cc
tests/BLI_color_test.cc
tests/BLI_cpp_type_test.cc
tests/BLI_delaunay_2d_test.cc
@@ -495,7 +496,6 @@ if(WITH_GTESTS)
tests/BLI_uuid_test.cc
tests/BLI_vector_set_test.cc
tests/BLI_vector_test.cc
- tests/BLI_vector_list_test.cc
tests/BLI_virtual_array_test.cc
tests/BLI_exception_safety_test_utils.hh