Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-03-16 20:19:56 +0300
committerHans Goudey <h.goudey@me.com>2022-03-16 20:20:05 +0300
commit263c5b33d697f6202e3d9b07317e1dc05ffb9a25 (patch)
treeda334aa6a63e4ab7a10d81a6caec7c177f646b4b /source/blender/nodes/shader/CMakeLists.txt
parent390b9f1305059f5d8c7f944d44fc3e5821a3eb82 (diff)
Fix: Build error from missing build dependencies
Somehow exposed after 943b919fe807b5355, 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.
Diffstat (limited to 'source/blender/nodes/shader/CMakeLists.txt')
-rw-r--r--source/blender/nodes/shader/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/shader/CMakeLists.txt b/source/blender/nodes/shader/CMakeLists.txt
index 9a3663b51c2..9b4ea0e0db6 100644
--- a/source/blender/nodes/shader/CMakeLists.txt
+++ b/source/blender/nodes/shader/CMakeLists.txt
@@ -127,6 +127,7 @@ set(SRC
set(LIB
bf_functions
bf_intern_sky
+ bf_nodes
)
if(WITH_PYTHON)