Fix compilation error caused by missing target relation
compositor depends on DNA now so that it can access offsets.
This commit is contained in:
@@ -680,3 +680,6 @@ if(WITH_GTESTS)
|
||||
include(GTestTesting)
|
||||
blender_add_test_lib(bf_compositor_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}")
|
||||
endif()
|
||||
|
||||
# Needed so we can use dna_type_offsets.h for defaults initialization.
|
||||
add_dependencies(bf_compositor bf_dna)
|
||||
|
Reference in New Issue
Block a user