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:
authorDalai Felinto <dfelinto@gmail.com>2017-02-17 19:53:51 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-02-17 19:54:04 +0300
commit1ed20a692ffe23f5f1efd6a2baf89aaecb45b190 (patch)
tree1df9409c52056c1614b825bcab42001a4c45c2f7 /source/blender/blenkernel/CMakeLists.txt
parent50fb3ea3de8db278fd135392b990158b745e3e3f (diff)
Follow up on mode engine code separation
The settings initialization belong within the engines
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 6202c84f320..b665183a37b 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -30,6 +30,7 @@ set(INC
../blenloader
../blentranslation
../depsgraph
+ ../draw
../gpu
../ikplugin
../imbuf