Fix: Build error from missing build dependencies

Somehow exposed after 943b919fe8, linking could fail because
bf_nodes was not properly configured as a dependency of bf_nodes_shader.
Also add the dependency to the geometry nodes module.
This commit is contained in:
Hans Goudey 2022-03-16 12:19:56 -05:00
parent 390b9f1305
commit 263c5b33d6
2 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,7 @@ set(LIB
bf_bmesh
bf_functions
bf_geometry
bf_nodes
)
if(WITH_BULLET)

View File

@ -127,6 +127,7 @@ set(SRC
set(LIB
bf_functions
bf_intern_sky
bf_nodes
)
if(WITH_PYTHON)