diff options
author | Amitesh Singh <amitesh.sh@samsung.com> | 2017-05-16 15:57:16 +0900 |
---|---|---|
committer | Amitesh Singh <amitesh.sh@samsung.com> | 2017-05-16 20:01:13 +0900 |
commit | 68119700bb4fb22f18b78f6bb5c62dac22e7ed35 (patch) | |
tree | 610c66d33c740c4d40235850a5b79e7a30f469be /src/lib/efl/CMakeLists.txt | |
parent | 88f328efd2d92f02c6a680872263227d3ac95f8d (diff) |
Efl.Ui.Autorepeat: Add efl autorepeat interface
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
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 359c3f2826..b0391072dd 100644 --- a/src/lib/efl/CMakeLists.txt +++ b/src/lib/efl/CMakeLists.txt | |||
@@ -54,6 +54,7 @@ set(PUBLIC_EO_FILES | |||
54 | interfaces/efl_ui_menu.eo | 54 | interfaces/efl_ui_menu.eo |
55 | interfaces/efl_ui_progress.eo | 55 | interfaces/efl_ui_progress.eo |
56 | interfaces/efl_ui_spin.eo | 56 | interfaces/efl_ui_spin.eo |
57 | interfaces/efl_ui_autorepeat.eo | ||
57 | interfaces/efl_vpath.eo | 58 | interfaces/efl_vpath.eo |
58 | interfaces/efl_vpath_core.eo | 59 | interfaces/efl_vpath_core.eo |
59 | interfaces/efl_vpath_file.eo | 60 | interfaces/efl_vpath_file.eo |