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:
authorCampbell Barton <ideasman42@gmail.com>2014-03-25 01:00:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-25 02:59:10 +0400
commit673b66547174d8771e34265b436c09e64728a5b8 (patch)
tree174330e31c5335fc28e92606987e0a85a708aeb5 /source/blender/blenlib/CMakeLists.txt
parentb701c92588f16b25c773b1d7ba6d71a0122bbb64 (diff)
Code cleanup: rename BLI_math_easing to BLI_easing
Many hard coded values and really specific to time & keyframes.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 24973cece91..491f988642b 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -57,6 +57,7 @@ set(SRC
intern/convexhull2d.c
intern/cpu.c
intern/dynlib.c
+ intern/easing.c
intern/edgehash.c
intern/endian_switch.c
intern/fileops.c
@@ -72,7 +73,6 @@ set(SRC
intern/math_color.c
intern/math_color_blend_inline.c
intern/math_color_inline.c
- intern/math_easing.c
intern/math_geom.c
intern/math_geom_inline.c
intern/math_interp.c
@@ -121,6 +121,7 @@ set(SRC
BLI_dlrbTree.h
BLI_dynlib.h
BLI_dynstr.h
+ BLI_easing.h
BLI_edgehash.h
BLI_endian_switch.h
BLI_endian_switch_inline.h
@@ -142,7 +143,6 @@ set(SRC
BLI_math_base.h
BLI_math_color.h
BLI_math_color_blend.h
- BLI_math_easing.h
BLI_math_geom.h
BLI_math_inline.h
BLI_math_interp.h