Attempt to fix build error on clean builds

This commit is contained in:
Julian Eisel 2022-10-14 19:14:38 +02:00
parent 80a4c388f9
commit 3dfe0421f2
1 changed files with 2 additions and 1 deletions

View File

@ -29,4 +29,5 @@ set(LIB
blender_add_lib(bf_editor_space_project_settings "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
# RNA_prototypes.h dna_type_offsets.h
# add_dependencies(bf_editor_space_project_settings bf_rna)
add_dependencies(bf_editor_space_project_settings bf_rna)
add_dependencies(bf_editor_space_project_settings bf_dna)