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:
-rw-r--r--source/blender/nodes/geometry/CMakeLists.txt1
-rw-r--r--source/blender/nodes/shader/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/nodes/geometry/CMakeLists.txt b/source/blender/nodes/geometry/CMakeLists.txt
index 3e6d7c6b408..5c6c7532a0f 100644
--- a/source/blender/nodes/geometry/CMakeLists.txt
+++ b/source/blender/nodes/geometry/CMakeLists.txt
@@ -155,6 +155,7 @@ set(LIB
bf_bmesh
bf_functions
bf_geometry
+ bf_nodes
)
if(WITH_BULLET)
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)