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>2018-02-18 13:44:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-18 13:44:56 +0300
commit41ad08f3c3d6a20cec4fca82761ce42b7b935d97 (patch)
tree7d03c2898e86c8a103708b47c1f0490424fccb1e /source/blender/blenlib/CMakeLists.txt
parentdeacb3d6b816afe9f86f51b00043821829fb550e (diff)
Cleanup: split GHash helpers from implementation
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-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 edfa2239d0a..d137de58e17 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -45,6 +45,7 @@ set(SRC
intern/BLI_dynstr.c
intern/BLI_filelist.c
intern/BLI_ghash.c
+ intern/BLI_ghash_utils.c
intern/BLI_heap.c
intern/BLI_kdopbvh.c
intern/BLI_kdtree.c