1
1

Fix compilation error caused by missing target relation

compositor depends on DNA now so that it can access offsets.
This commit is contained in:
2022-01-13 11:34:41 -07:00
parent 3537abe84b
commit 5ecaa9a838

View File

@@ -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)