From bdeb6743e3a881a4d4711ce800e6ad539a6b968a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 15 Apr 2019 07:13:13 +0200 Subject: CMake: sort file list --- source/blender/makesdna/intern/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/intern') 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 ) -- cgit v1.2.3