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>2021-07-08 06:20:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-08 06:21:22 +0300
commitc3cb5652507e5ac309108994a7a6c7587a3be398 (patch)
treefa9ec02c8bbe839668388ff8c63bb52fefae8d93 /source/blender/blenlib
parent8346417d09240c129c5688560180aec37bc4c89a (diff)
CMake: add missing headers, sort file lists
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 677df9db026..ea5572f1c8a 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -188,6 +188,7 @@ set(SRC
BLI_dynstr.h
BLI_easing.h
BLI_edgehash.h
+ BLI_endian_defines.h
BLI_endian_switch.h
BLI_endian_switch_inline.h
BLI_enumerable_thread_specific.hh