mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Build nix-util-c with meson and unit test
This commit is contained in:
parent
5f4f789144
commit
ac89828b5a
16 changed files with 750 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue