mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Install all header files
This commit is contained in:
parent
49d635ae68
commit
a5c9ba1e5b
2 changed files with 35 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
spalib_headers = [
|
||||
'debug.h',
|
||||
'mapper.h',
|
||||
'props.h',
|
||||
]
|
||||
|
||||
install_headers(spalib_headers, subdir : 'spa/lib')
|
||||
|
||||
spalib_sources = ['debug.c',
|
||||
'mapper.c',
|
||||
'props.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue