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-11-07 13:54:00 +0300
committerJacques Lucke <mail@jlucke.com>2019-11-07 13:54:00 +0300
commitae862db1f40a3d65e98e664c7695590ea0b70556 (patch)
tree49d8ab355447b1155734d0fe05efc12bc188f29c /source/blender/modifiers/CMakeLists.txt
parent7884ae9bc3f2b243533016a1bba8acb118789639 (diff)
remove old function system
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 045d07b69b1..f49dd72d177 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -26,7 +26,6 @@ set(INC
../blenlib
../bmesh
../depsgraph
- ../functions
../functions2
../simulations
../makesdna
@@ -123,7 +122,6 @@ set(SRC
set(LIB
bf_blenkernel
bf_blenlib
- bf_functions
bf_functions2
bf_simulations
)