Fix: Compilation error caused by missing target relation
bf_nodes/bf_nodes_composite depend on DNA headers
This commit is contained in:
@@ -181,3 +181,6 @@ if(WITH_OPENVDB)
|
||||
endif()
|
||||
|
||||
blender_add_lib(bf_nodes "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|
||||
|
||||
# Needed so we can use dna_type_offsets.h for defaults initialization.
|
||||
add_dependencies(bf_nodes bf_dna)
|
||||
|
@@ -158,3 +158,6 @@ if(WITH_UNITY_BUILD)
|
||||
set_target_properties(bf_nodes_composite PROPERTIES UNITY_BUILD ON)
|
||||
set_target_properties(bf_nodes_composite PROPERTIES UNITY_BUILD_BATCH_SIZE 10)
|
||||
endif()
|
||||
|
||||
# Needed so we can use dna_type_offsets.h for defaults initialization.
|
||||
add_dependencies(bf_nodes_composite bf_dna)
|
||||
|
Reference in New Issue
Block a user