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>2012-08-11 20:25:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-11 20:25:31 +0400
commitca7c07cda942976d805fcf2bbfe168b4b7b3fe18 (patch)
tree54e9c2d82261a0e88da03006400ff3b82cb4715c /source/blender/CMakeLists.txt
parent35ef09372a8d78f57f93b3cb4744d2d38b45c5b0 (diff)
add back datatoc, use this instead of cmake script which was too slow.
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 3c756668578..92785804b01 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -89,6 +89,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)