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:
authorJacques Beuarain <jacques.beaurain@gmail.com>2006-11-18 05:40:36 +0300
committerJacques Beuarain <jacques.beaurain@gmail.com>2006-11-18 05:40:36 +0300
commit1a85cc1663e99167080c5791a6349fe1aa850ffb (patch)
tree89ff2f35b8d4fa8114f7528c2bbbe03a52cce66b /source/creator/CMakeLists.txt
parente348456b3d95f4d7cc7411e7080e7ae6050faca7 (diff)
CMake: Do not create dummy dna.ca on initial run in wrong place for blender app
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 723ca7f6b43..adcb956c899 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -29,7 +29,7 @@
SETUP_LIBDIRS()
-FILE(APPEND ../source/blender/makesdna/intern/dna.c "")
+FILE(APPEND ../blender/makesdna/intern/dna.c "")
INCLUDE_DIRECTORIES(../../intern/guardedalloc
../blender/blenlib