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:
authorBenoit Bolsee <benoit.bolsee@online.be>2009-05-17 16:25:06 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2009-05-17 16:25:06 +0400
commit96aa60cee36dfb8a98501b6b9d4c88222b909c35 (patch)
tree1534bf9b38f77fe51938334afb0a69b44da03631 /source/blender/makesdna/CMakeLists.txt
parentd4116adf11678726a5af5f544a12b194ef2fbcb9 (diff)
cmake: apply ADD_SUBDIR patch.
Diffstat (limited to 'source/blender/makesdna/CMakeLists.txt')
-rw-r--r--source/blender/makesdna/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/CMakeLists.txt b/source/blender/makesdna/CMakeLists.txt
index a1afa37e5e6..1f8ab831ba6 100644
--- a/source/blender/makesdna/CMakeLists.txt
+++ b/source/blender/makesdna/CMakeLists.txt
@@ -24,4 +24,4 @@
#
# ***** END GPL LICENSE BLOCK *****
-SUBDIRS(intern)
+ADD_SUBDIRECTORY(intern)