mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 00:32:28 +00:00
10 lines
219 B
Meson
10 lines
219 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')
|