CMake: Fix wrong library used for dependency

Was causing compilation failure on fresh builds.
This commit is contained in:
Sergey Sharybin
2020-11-06 14:47:46 +01:00
parent 7dd76329e1
commit a83fcf2b35

View File

@@ -78,4 +78,4 @@ endif()
blender_add_lib(bf_sequencer "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
# Needed so we can use dna_type_offsets.h.
add_dependencies(bf_blenkernel bf_dna)
add_dependencies(bf_sequencer bf_dna)