The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

meson: use c++17

+1
+1
meson.build
··· 9 9 meson_version: '>=0.49.0', 10 10 default_options: [ 11 11 'c_std=c11', 12 + 'cpp_std=c++17', 12 13 'warning_level=3', 13 14 ], 14 15 )