cpp-devshell/meson.build

6 lines
142 B
Meson
Raw Normal View History

2025-12-09 11:23:22 +01:00
project('hello',
'cpp',
version: '1.0',
default_options: ['cpp_std=c++20', 'optimization=2'])
executable('hello', 'main.cpp')