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>2017-06-08 23:45:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-08 23:45:21 +0300
commit46c073e4ac38fae5209b82284313b740b132fd66 (patch)
treee4f85fe5418c5085510f3ca98249ece28a470f4a /source/blender/depsgraph/CMakeLists.txt
parentc71e160c022abf0cc8425970e31c09ded15763a2 (diff)
Cleanup: cmake indentation, missing include
Diffstat (limited to 'source/blender/depsgraph/CMakeLists.txt')
-rw-r--r--source/blender/depsgraph/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index b664af570b1..33a7628c68d 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -87,6 +87,7 @@ set(SRC
intern/depsgraph_intern.h
intern/depsgraph_types.h
+ util/deg_util_foreach.h
util/deg_util_function.h
)