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
path: root/source
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2019-04-17 12:00:22 +0300
committerJacques Lucke <mail@jlucke.com>2019-04-17 12:00:22 +0300
commitbd54f55f3a8b0b11276265fb2ec768c8c88a9a81 (patch)
treee15203751ac35ac928c10de7da7d535168100478 /source
parent2213234715fc2877fa538f9f4be0e554b3eaffdf (diff)
add bf_functions to LIB
Diffstat (limited to 'source')
-rw-r--r--source/blender/modifiers/CMakeLists.txt1
-rw-r--r--source/creator/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
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