diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2018-11-23 19:30:36 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2018-11-23 21:43:54 +0900 |
commit | 6cc7c1b83043ee0fed40a6bd130b56a8516ecf60 (patch) | |
tree | 90d456fe5abc92cb694dfa6649a8bbc1a5b08457 /src/lib/efl/CMakeLists.txt | |
parent | 424bd60084cc5906a3375a1a38ffba9066f5ff73 (diff) |
efl_interpolator: change Efl.Interpolator class to interface
Since Efl.Interpolator's subclasses are used as interpolator class,
Efl.Interpolator class is changed to be an interface.
This change allows Efl.Canvas.Animation to have Efl.Interpolator as its
property in efl_canvas_animation.eo.
Diffstat (limited to 'src/lib/efl/CMakeLists.txt')
-rw-r--r-- | src/lib/efl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/efl/CMakeLists.txt b/src/lib/efl/CMakeLists.txt index 0c03b5c672..7f1672907a 100644 --- a/src/lib/efl/CMakeLists.txt +++ b/src/lib/efl/CMakeLists.txt | |||
@@ -29,6 +29,7 @@ set(PUBLIC_EO_FILES | |||
29 | interfaces/efl_image_load.eo | 29 | interfaces/efl_image_load.eo |
30 | interfaces/efl_input_device.eo | 30 | interfaces/efl_input_device.eo |
31 | interfaces/efl_input_types.eot | 31 | interfaces/efl_input_types.eot |
32 | interfaces/efl_interpolator.eo | ||
32 | interfaces/efl_io_buffer.eo | 33 | interfaces/efl_io_buffer.eo |
33 | interfaces/efl_io_closer.eo | 34 | interfaces/efl_io_closer.eo |
34 | interfaces/efl_io_positioner.eo | 35 | interfaces/efl_io_positioner.eo |