Fix compilation error caused by missing target relation

Space clip depends on DNA now so that it can access offsets.
This commit is contained in:
Sergey Sharybin
2022-01-13 17:25:57 +01:00
parent 22dc865a86
commit b8157f5bf1

View File

@@ -72,4 +72,8 @@ if(WITH_INTERNATIONAL)
add_definitions(-DWITH_INTERNATIONAL)
endif()
blender_add_lib(bf_editor_space_clip "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
# Needed so we can use dna_type_offsets.h for defaults initialization.
add_dependencies(bf_editor_space_clip bf_dna)