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:57:35 +0300
committerJacques Lucke <mail@jlucke.com>2019-11-07 13:57:35 +0300
commit1fb8e34c9c2e88444e732e6829590cbd78ecd672 (patch)
treef3ae81e64f13d79070cb590a9fde8d8b6eea74ce /source/blender/modifiers/CMakeLists.txt
parentae862db1f40a3d65e98e664c7695590ea0b70556 (diff)
rename functions2 to functions
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index f49dd72d177..f6b98f43029 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -26,7 +26,7 @@ set(INC
../blenlib
../bmesh
../depsgraph
- ../functions2
+ ../functions
../simulations
../makesdna
../makesrna
@@ -122,7 +122,7 @@ set(SRC
set(LIB
bf_blenkernel
bf_blenlib
- bf_functions2
+ bf_functions
bf_simulations
)