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:
authorKent Mein <mein@cs.umn.edu>2008-12-12 23:41:30 +0300
committerKent Mein <mein@cs.umn.edu>2008-12-12 23:41:30 +0300
commite8effb2d0fc7fbc88fe212e968cde208424b03d5 (patch)
treecbfadf72a151f8de231f29601dfbc0d71b669a5c /source/blender/CMakeLists.txt
parent0956f78d698089ad87e1770297d37b4f47b1be36 (diff)
started whiping cmake into shape for 2.5 still need to figure out
the rna stuff but its close. Need to get it working for blender then copy over same to game engine. Kent
Diffstat (limited to 'source/blender/CMakeLists.txt')
-rw-r--r--source/blender/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt
index beffd2b13f1..47b04b1df78 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
-SUBDIRS(windowmanager editors avi nodes blenkernel blenlib blenloader blenpluginapi imbuf imbuf/intern/cineon gpu makesdna python radiosity readblenfile render yafray)
+SUBDIRS(windowmanager editors avi nodes blenkernel blenlib blenloader blenpluginapi imbuf imbuf/intern/cineon gpu makesdna makesrna python radiosity readblenfile render yafray)
IF(WITH_INTERNATIONAL)
SUBDIRS(ftfont)