cpp-devshell/meson.build
2025-12-09 11:23:22 +01:00

6 lines
142 B
Meson
Executable File

project('hello',
'cpp',
version: '1.0',
default_options: ['cpp_std=c++20', 'optimization=2'])
executable('hello', 'main.cpp')