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:
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/blender/modifiers/CMakeLists.txt
parent2213234715fc2877fa538f9f4be0e554b3eaffdf (diff)
add bf_functions to LIB
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt1
1 files changed, 1 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)