8 lines
152 B
Meson
8 lines
152 B
Meson
interface_headers = [
|
|
'module_common_types.h',
|
|
]
|
|
|
|
install_headers(interface_headers,
|
|
subdir: 'webrtc_audio_processing/webrtc/modules/interface'
|
|
)
|