diff --git a/meson.build b/meson.build index 0c6a34497670c0399146b2e598740497e44cad15..68f081b15264a452f29d1e6033106bdca5c87b93 100644 --- a/meson.build +++ b/meson.build @@ -12,6 +12,7 @@ project('unity', 'c', + version : '2.4.3', license : 'MIT', meson_version : '>=0.50.0', default_options : @@ -77,3 +78,8 @@ unity_dep = declare_dependency( version: meson.project_version(), link_with: unity_lib, include_directories: unity_dir) + + +if get_option('with_examples').enabled() + subdir('examples') +endif \ No newline at end of file