[Bf-blender-cvs] [bd54f55f3a8] functions: add bf_functions to LIB

Jacques Lucke noreply at git.blender.org
Wed Apr 17 11:11:09 CEST 2019


Commit: bd54f55f3a8b0b11276265fb2ec768c8c88a9a81
Author: Jacques Lucke
Date:   Wed Apr 17 11:00:22 2019 +0200
Branches: functions
https://developer.blender.org/rBbd54f55f3a8b0b11276265fb2ec768c8c88a9a81

add bf_functions to LIB

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

M	source/blender/modifiers/CMakeLists.txt
M	source/creator/CMakeLists.txt

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

diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index c731e8a4389..b7408355bc2 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -114,6 +114,7 @@ set(SRC
 set(LIB
   bf_blenkernel
   bf_blenlib
+  bf_functions
 )
 
 if(WITH_ALEMBIC)
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 7766ff88493..8f7c1944862 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -46,6 +46,7 @@ set(LIB
   bf_depsgraph
   bf_dna
   bf_editor_datafiles
+  bf_functions
   bf_imbuf
   bf_intern_clog
   bf_intern_guardedalloc



More information about the Bf-blender-cvs mailing list