remove TIDL implement code in repo and get these when build time
[platform/core/uifw/mmi-framework.git] / meson.build
1 project(
2         'mmifw',
3         ['c', 'cpp'],
4         version : '0.0.1',
5         license : 'MIT',
6         default_options : ['b_pie=true']
7 )
8
9 mmifw_version = meson.project_version().split('.')
10 mmifw_prefix = get_option('prefix')
11 mmifw_prefix_bindir = join_paths(mmifw_prefix, get_option('bindir'))
12 mmifw_prefix_libdir = join_paths(mmifw_prefix, get_option('libdir'))
13
14 pkgconfig = import('pkgconfig')
15
16 subdir('src')
17 subdir('tests')