1
0
Fork 0
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:
John Ericson 2024-06-27 10:19:03 -04:00
parent 31257009e1
commit 4fa8068b78
12 changed files with 392 additions and 40 deletions

View file

@ -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')