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 <ideasman42@gmail.com>2020-05-27 03:52:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-27 03:52:07 +0300
commita739dc67ef3c15f914cc9cccd52d6c2a27501000 (patch)
tree41ad6be5e3db915a051b40381ad14acbb11b2dfa /source/blender/blenlib/CMakeLists.txt
parente5458fa4e5676ffc85fc87c4cbbe022c044d1f31 (diff)
Cleanup: sort file, structs
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 8f1511ca118..7757b838afe 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -139,7 +139,6 @@ set(SRC
intern/list_sort_impl.h
- BLI_asan.h
BLI_alloca.h
BLI_allocator.hh
BLI_args.h
@@ -149,6 +148,7 @@ set(SRC
BLI_array_store.h
BLI_array_store_utils.h
BLI_array_utils.h
+ BLI_asan.h
BLI_assert.h
BLI_astar.h
BLI_bitmap.h