project('singh5', 'cpp', version : '0.1', license : 'GPLv3', default_options : ['warning_level=3', 'werror=true', 'optimization=3', 'cpp_std=c++23']) compiler = meson.get_compiler('cpp') lib_cpp_args = [] subdir('src')