Fix compilation error of bf_draw

Similar to previous commit, missing build dependency.
This commit is contained in:
Sergey Sharybin 2020-11-06 13:53:47 +01:00
parent 187adc64b4
commit cee5a41518
1 changed files with 3 additions and 0 deletions

View File

@ -450,6 +450,9 @@ endif()
blender_add_lib(bf_draw "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
# Needed so we can use dna_type_offsets.h for defaults initialization.
add_dependencies(bf_draw bf_dna)
if(WITH_GTESTS)
if(WITH_OPENGL_DRAW_TESTS)
set(TEST_SRC