Fix link error in bf_nodes

I got undefined reference errors on the `NodeMFNetworkBuilder::get_default_fn`
function under some circumstances. This symbol is definitely defined in bf_blenkernel.
The error seemed a bit undeterministic and was probably caused by some incorrect
link order. I don't get the error with this change.
This commit is contained in:
Jacques Lucke 2020-07-16 19:52:28 +02:00
parent 02a3720000
commit b13bbb22e4
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ set(SRC
)
set(LIB
bf_blenkernel
bf_functions
bf_intern_sky
)