From 7d7090710c717e524d096d31608dfecac93e1009 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 16 Jun 2020 12:20:20 +0200 Subject: CMake: Fix compilation errors related on missing dna_type_offsets.h Some of the files were (indirectly) using dna_type_offsets.h without adding dependency from bf_dna (which is needed to ensure the file is generated prior to library compilation). --- source/blender/makesdna/intern/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt index 01e3971a216..0f2761e311e 100644 --- a/source/blender/makesdna/intern/CMakeLists.txt +++ b/source/blender/makesdna/intern/CMakeLists.txt @@ -96,6 +96,7 @@ set(SRC ${CMAKE_CURRENT_BINARY_DIR}/dna_verify.c ${SRC_DNA_INC} + ${CMAKE_CURRENT_BINARY_DIR}/dna_type_offsets.h dna_rename_defs.h dna_utils.h ) -- cgit v1.2.3