nix-super/meson.build
2024-06-17 15:51:58 -04:00

13 lines
293 B
Meson

# This is just a stub project to include all the others as subprojects
# for development shell purposes
project('nix-dev-shell', 'cpp',
version : files('.version'),
subproject_dir : 'src',
)
subproject('libutil')
subproject('libstore')
subproject('perl')
subproject('internal-api-docs')