mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
1c131ec2b7
* Port C API docs to Meson * don't cross-compile the docs
15 lines
351 B
Meson
15 lines
351 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')
|
|
subproject('external-api-docs')
|