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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-22 09:23:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-22 09:23:07 +0300
commit12e4c52c5afcef1f110614e442586c65e54c97b8 (patch)
treed56f555959fac023a24fb086eec37185449881d8 /source/blender/makesdna/intern/CMakeLists.txt
parentd13470ba72e4d50f3f9d0d12b0601de3aa6fd333 (diff)
cmake was using dna source list with the variable out of scope, possibly causing dependency problems.
Diffstat (limited to 'source/blender/makesdna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesdna/intern/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt
index 09ad7a67c39..bb95e2c0fbc 100644
--- a/source/blender/makesdna/intern/CMakeLists.txt
+++ b/source/blender/makesdna/intern/CMakeLists.txt
@@ -57,6 +57,9 @@ add_custom_command(
)
# Build bf_dna library
+set(INC
+)
+
set(SRC
dna_genfile.c
dna.c