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

Build nix-util-c with meson and unit test

This commit is contained in:
Robert Hensing 2024-06-25 15:35:47 +02:00
parent 5f4f789144
commit ac89828b5a
16 changed files with 750 additions and 1 deletions

View file

@ -12,3 +12,10 @@ subproject('libfetchers')
subproject('perl')
subproject('internal-api-docs')
subproject('external-api-docs')
# C wrappers
subproject('libutil-c')
# Testing
subproject('libutil-test-support')
subproject('libutil-test')