mmi: add initial development environment
[platform/core/uifw/mmi-framework.git] / tests / meson.build
1 mmifw_tests_srcs = [
2         'mmifw-tests.cpp'
3         ]
4
5 gmock_dep = dependency('gmock', method : 'pkg-config')
6 ecore_dep = dependency('ecore', method : 'pkg-config')
7
8 executable(
9         'mmifw-tests',
10         mmifw_tests_srcs,
11         dependencies : [mmifw_declared_dep, gmock_dep, ecore_dep],
12         install_dir : mmifw_prefix_bindir,
13         install : true
14         )