mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Mesonify other external API
This commit is contained in:
parent
31257009e1
commit
4fa8068b78
12 changed files with 392 additions and 40 deletions
|
@ -18,6 +18,8 @@ subproject('external-api-docs')
|
|||
|
||||
# C wrappers
|
||||
subproject('libutil-c')
|
||||
subproject('libstore-c')
|
||||
subproject('libexpr-c')
|
||||
|
||||
# Language Bindings
|
||||
subproject('perl')
|
||||
|
@ -25,3 +27,8 @@ subproject('perl')
|
|||
# Testing
|
||||
subproject('libutil-test-support')
|
||||
subproject('libutil-test')
|
||||
#subproject('libstore-test-support')
|
||||
#subproject('libstore-test')
|
||||
#subproject('libexpr-test-support')
|
||||
#subproject('libexpr-test')
|
||||
#subproject('libflake-test')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue