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:
authorCampbell Barton <campbell@blender.org>2022-10-03 04:09:34 +0300
committerJeroen Bakker <jeroen@blender.org>2022-10-03 15:59:18 +0300
commitb0d6318436236063a3a156d8d19720513878fc1b (patch)
tree5e97f6a07509b5eab4c6b688ca1bc670dce4ab8d /source/blender/blenlib
parent999dbaa00c0a104194aaf6cd17b4483e25a26b5c (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
-rw-r--r--source/blender/blenlib/tests/performance/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 53d32466816..2ac77f000e9 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -171,9 +171,9 @@ set(SRC
BLI_asan.h
BLI_assert.h
BLI_astar.h
+ BLI_bit_vector.hh
BLI_bitmap.h
BLI_bitmap_draw_2d.h
- BLI_bit_vector.hh
BLI_blenlib.h
BLI_bounds.hh
BLI_boxpack_2d.h
diff --git a/source/blender/blenlib/tests/performance/CMakeLists.txt b/source/blender/blenlib/tests/performance/CMakeLists.txt
index 722fd44733a..aa26f796e0d 100644
--- a/source/blender/blenlib/tests/performance/CMakeLists.txt
+++ b/source/blender/blenlib/tests/performance/CMakeLists.txt
@@ -6,8 +6,8 @@ set(INC
..
../..
../../../makesdna
- ../../../../../intern/guardedalloc
../../../../../intern/atomic
+ ../../../../../intern/guardedalloc
)
include_directories(${INC})