mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Meson build for libexpr and libflake
This commit is contained in:
parent
fbdc554908
commit
31257009e1
16 changed files with 731 additions and 122 deletions
|
|
@ -9,13 +9,19 @@ project('nix-dev-shell', 'cpp',
|
|||
subproject('libutil')
|
||||
subproject('libstore')
|
||||
subproject('libfetchers')
|
||||
subproject('perl')
|
||||
subproject('libexpr')
|
||||
subproject('libflake')
|
||||
|
||||
# Docs
|
||||
subproject('internal-api-docs')
|
||||
subproject('external-api-docs')
|
||||
|
||||
# C wrappers
|
||||
subproject('libutil-c')
|
||||
|
||||
# Language Bindings
|
||||
subproject('perl')
|
||||
|
||||
# Testing
|
||||
subproject('libutil-test-support')
|
||||
subproject('libutil-test')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue