mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-16 03:06:17 +02: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')
|