1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

build: meson for libfetchers

This commit is contained in:
Tom Bereknyei 2024-06-05 21:36:18 -04:00 committed by John Ericson
parent 6e34c68327
commit 706edf26eb
8 changed files with 266 additions and 2 deletions

View file

@ -8,5 +8,6 @@ project('nix-dev-shell', 'cpp',
subproject('libutil')
subproject('libstore')
subproject('libfetchers')
subproject('perl')
subproject('internal-api-docs')