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>2019-04-15 08:13:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-15 08:13:41 +0300
commitbdeb6743e3a881a4d4711ce800e6ad539a6b968a (patch)
tree5fa5daafe0f335ed744e6116233e06f5fd7259cc /source/blender/makesdna/intern
parent0a90b8bbcffe0326300408802f793d131cdeb8f1 (diff)
CMake: sort file list
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt
index 1082868c4d6..94caab26e29 100644
--- a/source/blender/makesdna/intern/CMakeLists.txt
+++ b/source/blender/makesdna/intern/CMakeLists.txt
@@ -85,8 +85,8 @@ set(INC_SYS
)
set(SRC
- dna_utils.c
dna_genfile.c
+ dna_utils.c
${CMAKE_CURRENT_BINARY_DIR}/dna.c
${CMAKE_CURRENT_BINARY_DIR}/dna_verify.c
${SRC_DNA_INC}
@@ -99,8 +99,8 @@ set(LIB
set_source_files_properties(
${CMAKE_CURRENT_BINARY_DIR}/dna.c
- ${CMAKE_CURRENT_BINARY_DIR}/dna_verify.c
${CMAKE_CURRENT_BINARY_DIR}/dna_type_offsets.h
+ ${CMAKE_CURRENT_BINARY_DIR}/dna_verify.c
PROPERTIES GENERATED TRUE
)