1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/meson.build
2024-06-17 17:25:56 -04:00

14 lines
319 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('libfetchers')
subproject('perl')
subproject('internal-api-docs')