From 1a85cc1663e99167080c5791a6349fe1aa850ffb Mon Sep 17 00:00:00 2001 From: Jacques Beuarain Date: Sat, 18 Nov 2006 02:40:36 +0000 Subject: [PATCH] CMake: Do not create dummy dna.ca on initial run in wrong place for blender app --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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