mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
This will facilitate breaking up Nix into multiple packages for each component with Meson.
19 lines
321 B
Meson
19 lines
321 B
Meson
sources += files(
|
|
'build/child.cc',
|
|
'build/hook-instance.cc',
|
|
'build/local-derivation-goal.cc',
|
|
'pathlocks.cc',
|
|
'user-lock.cc',
|
|
)
|
|
|
|
include_dirs += include_directories(
|
|
'.',
|
|
'build',
|
|
)
|
|
|
|
headers += files(
|
|
'build/child.hh',
|
|
'build/hook-instance.hh',
|
|
'build/local-derivation-goal.hh',
|
|
'user-lock.hh',
|
|
)
|