2024-06-04 16:28:27 +03:00
|
|
|
# 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')
|
2024-06-04 16:28:27 +03:00
|
|
|
subproject('libstore')
|
2024-06-06 04:36:18 +03:00
|
|
|
subproject('libfetchers')
|
2024-06-05 01:10:25 +03:00
|
|
|
subproject('perl')
|
2024-06-17 16:50:59 +03:00
|
|
|
subproject('internal-api-docs')
|
2024-06-19 23:43:54 +03:00
|
|
|
subproject('external-api-docs')
|
2024-06-25 16:35:47 +03:00
|
|
|
|
|
|
|
# C wrappers
|
|
|
|
subproject('libutil-c')
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
subproject('libutil-test-support')
|
|
|
|
subproject('libutil-test')
|