project( 'camicro', 'c', version : '0.1', license: 'GPLv3+', default_options: [ 'optimization=3', 'werror=true', ], ) cc = meson.get_compiler('c') add_project_arguments( cc.get_supported_arguments(['-Wall']), language : 'c', ) gnome = import('gnome') libusb = dependency('libusb-1.0') libpng = dependency('libpng16') gtk = dependency('gtk+-3.0') subdir('data') subdir('src') meson.add_install_script('meson_post_install.py')