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>2011-09-09 06:52:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-09 06:52:20 +0400
commitfa59b801898c807d958e131c6b3ae032dc0b0e38 (patch)
treeb107af1868e4f74829579b9a797b0319a6f40a88 /source/blender/blenlib/CMakeLists.txt
parent38b2618319530313d2cd5cc19f1c44355530b53b (diff)
move smallhash into its own C file, was inlineing fairly large functions.
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 0fde91000b4..7ca1dba9cdc 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -79,6 +79,7 @@ set(SRC
intern/rand.c
intern/rct.c
intern/scanfill.c
+ intern/smallhash.c
intern/storage.c
intern/string.c
intern/threads.c