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>2007-03-27 22:34:57 +0400
committerKent Mein <mein@cs.umn.edu>2007-03-27 22:34:57 +0400
commit80237ceff9c7218c55983e26c5d9518d0230e555 (patch)
tree9641b38ada64dddb618ccfe58b489460f0951034 /source/blender/CMakeLists.txt
parent0d19c13c931691b3ce84a7372c944e9a296dde56 (diff)
patch to get cmake working with nodes now. Provided by Genscher.
I still have linking issues with it but it is better as is so I'm commiting it. Hopefully will have it fixed fully shortly. 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 24f81cfa907..fa9199006a8 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -27,7 +27,7 @@
#
# ***** END GPL/BL DUAL LICENSE BLOCK *****
-SUBDIRS(avi blenkernel blenlib blenloader blenpluginapi imbuf imbuf/intern/cineon makesdna python radiosity readblenfile render src yafray)
+SUBDIRS(avi nodes blenkernel blenlib blenloader blenpluginapi imbuf imbuf/intern/cineon makesdna python radiosity readblenfile render src yafray)
IF(WITH_INTERNATIONAL)
SUBDIRS(ftfont)