[Bf-blender-cvs] [5a1970b625b] builtin-simulation-nodes: install node groups directory

Jacques Lucke noreply at git.blender.org
Sat Mar 21 13:48:34 CET 2020


Commit: 5a1970b625be08afdf3373cf5ce6d86ddc2c39c8
Author: Jacques Lucke
Date:   Sat Mar 21 13:48:20 2020 +0100
Branches: builtin-simulation-nodes
https://developer.blender.org/rB5a1970b625be08afdf3373cf5ce6d86ddc2c39c8

install node groups directory

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index b58368dcf4c..72cdc75b35e 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1049,6 +1049,14 @@ install(
   DESTINATION ${TARGETDIR_VER}/datafiles
 )
 
+# -----------------------------------------------------------------------------
+# Node Groups
+install(
+  DIRECTORY
+    ${CMAKE_SOURCE_DIR}/release/datafiles/node_groups
+  DESTINATION ${TARGETDIR_VER}/datafiles
+)
+
 # -----------------------------------------------------------------------------
 # Setup link libs



More information about the Bf-blender-cvs mailing list