Commit: bdeb6743e3a881a4d4711ce800e6ad539a6b968a
Author: Campbell Barton
Date:   Mon Apr 15 07:13:13 2019 +0200
Branches: master
https://developer.blender.org/rBbdeb6743e3a881a4d4711ce800e6ad539a6b968a

CMake: sort file list

===================================================================

M       source/blender/makesdna/intern/CMakeLists.txt

===================================================================

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
 )

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to