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