taps: wip: init
This commit is contained in:
parent
db5f9a1ac8
commit
8bbafe0f0a
6 changed files with 309 additions and 0 deletions
4
pkgs/taps/meson.build
Normal file
4
pkgs/taps/meson.build
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
project('taps', 'c')
|
||||
|
||||
sendfd = dependency('sendfd')
|
||||
executable('taps', 'main.c', dependencies: [sendfd], install: true)
|
||||
Loading…
Add table
Add a link
Reference in a new issue