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 <mail@jlucke.com>2019-09-14 13:37:58 +0300
committerJacques Lucke <mail@jlucke.com>2019-09-14 13:37:58 +0300
commite73030e336257b4261dd6b3b66f71b204a8044b7 (patch)
tree799b9d34997edd108d0a575a55f383c695acbd85 /source/blender/blenlib/CMakeLists.txt
parent79e1165bd7488850e896112c2b0f8bf1e6b25db9 (diff)
BLI: rename SetVector to VectorSet
The structure is a set built on top of a vector and not the other way around.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index a5950051f90..f3740b5d39f 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -221,7 +221,6 @@ set(SRC
BLI_rect.h
BLI_scanfill.h
BLI_set.h
- BLI_set_vector.h
BLI_smallhash.h
BLI_sort.h
BLI_sort_utils.h
@@ -248,6 +247,7 @@ set(SRC
BLI_utildefines_variadic.h
BLI_uvproject.h
BLI_vector.h
+ BLI_vector_set.h
BLI_vfontdata.h
BLI_voronoi_2d.h
BLI_voxel.h