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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-08-18 19:20:35 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-08-18 19:20:35 +0400
commit22b30da565de53a0a1d34079d72b08fdb54ec8e3 (patch)
tree3961db6cd06907f41ca64a8ddff92baa36d318aa /source/blender/CMakeLists.txt
parent44e4c5f8316b34835c7900dc649bf8a1570afc0a (diff)
parente982e9b04f13be046d194643ed28aaedd6181f3b (diff)
Merged changes in the trunk up to revision 49986.
Diffstat (limited to 'source/blender/CMakeLists.txt')
-rw-r--r--source/blender/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt
index 1b9533bbd8c..611a920b7f1 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -90,6 +90,7 @@ set(SRC_DNA_INC
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_mask_types.h
)
+add_subdirectory(datatoc)
add_subdirectory(editors)
add_subdirectory(windowmanager)
add_subdirectory(blenkernel)