You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
204 B
Meson
9 lines
204 B
Meson
3 years ago
|
alsapid_sources = [
|
||
|
'helper.c',
|
||
|
'lib.c',
|
||
|
]
|
||
|
|
||
|
alsapidlib = static_library('alsapid', alsapid_sources,
|
||
|
include_directories : inc,
|
||
|
install : false)
|