We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20d3438 + 48f7e60 commit 88ddad9Copy full SHA for 88ddad9
meson.build
@@ -4,11 +4,18 @@ project(
4
license: 'MIT OR Apache-2.0',
5
license_files: ['LICENSE-APACHE', 'LICENSE-MIT'],
6
meson_version: '>= 1.3.0',
7
+ version: '1.0.129',
8
)
9
10
add_languages('rust', native: true)
11
add_languages('rust', 'cpp', native: false)
12
13
+cpp_compiler = meson.get_compiler('cpp')
14
+add_project_arguments(
15
+ cpp_compiler.get_supported_arguments('-Wno-dollar-in-identifier-extension'),
16
+ language: 'cpp',
17
+)
18
+
19
subdir('tools/meson')
20
subdir('third-party')
21
0 commit comments