Lines Matching +full:meson +full:- +full:version
3 # This software is provided 'as-is', without any express or implied
25 version : '9.0.0',
29 cpp = meson.get_compiler('cpp')
33 tinyxml_extra_args += '-D_CRT_SECURE_NO_WARNINGS'
37 tinyxml_extra_args += '-DTINYXML2_EXPORT'
41 tinyxml_extra_args += '-DTINYXML2_DEBUG'
49 version : meson.project_version(),
59 # versions of meson
60 if meson.version().version_compare('>= 0.54.0')
61 meson.override_dependency('tinyxml2', dep_tinyxml2)
69 command = ['-r']
80 meson.current_source_dir() / 'resources',
81 meson.current_build_dir(),
92 workdir : meson.current_build_dir(),
98 # This is better than using the .in because meson tracks dependencies
99 # internally, and will generate a more accurate pkg-config file