mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-16 11:16:15 +02:00
20 lines
321 B
Meson
20 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',
|
||
|
)
|