nix-config/templates/c++-meson/src/meson.build

9 lines
81 B
Meson

sources = files(
'main.cc',
)
executable(
'project',
sources : sources,
)