mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Use a meson "generator" to deduplicate .gen.hh
creation
This commit is contained in:
parent
d8850618b6
commit
6e5cec292b
5 changed files with 18 additions and 22 deletions
|
@ -6,6 +6,7 @@ project('nix-dev-shell', 'cpp',
|
|||
subproject_dir : 'src',
|
||||
)
|
||||
|
||||
# Internal Libraries
|
||||
subproject('libutil')
|
||||
subproject('libstore')
|
||||
subproject('libfetchers')
|
||||
|
@ -18,7 +19,7 @@ subproject('libcmd')
|
|||
subproject('internal-api-docs')
|
||||
subproject('external-api-docs')
|
||||
|
||||
# C wrappers
|
||||
# External C wrapper libraries
|
||||
subproject('libutil-c')
|
||||
subproject('libstore-c')
|
||||
subproject('libexpr-c')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue