mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-01 07:56:47 +02:00
20 lines
347 B
Meson
20 lines
347 B
Meson
|
sources += files(
|
||
|
'environment-variables.cc',
|
||
|
'file-descriptor.cc',
|
||
|
'file-path.cc',
|
||
|
'file-system.cc',
|
||
|
'muxable-pipe.cc',
|
||
|
'processes.cc',
|
||
|
'users.cc',
|
||
|
'windows-async-pipe.cc',
|
||
|
'windows-error.cc',
|
||
|
)
|
||
|
|
||
|
include_dirs += include_directories('.')
|
||
|
|
||
|
headers += files(
|
||
|
'signals-impl.hh',
|
||
|
'windows-async-pipe.hh',
|
||
|
'windows-error.hh',
|
||
|
)
|