remove input_event_state and mmi_state_e
[platform/core/uifw/mmi-framework.git] / meson.build
1 project(
2         'mmi',
3         ['c', 'cpp'],
4         version : '0.1.1',
5         license : 'MIT',
6         default_options : ['b_pie=true']
7 )
8
9 mmi_version = meson.project_version().split('.')
10 mmi_prefix = get_option('prefix')
11 mmi_prefix_bindir = join_paths(mmi_prefix, get_option('bindir'))
12 mmi_prefix_libdir = join_paths(mmi_prefix, get_option('libdir'))
13
14 pkgconfig = import('pkgconfig')
15
16 subdir('src')
17 subdir('tests')