mirror of
https://github.com/google/liblc3.git
synced 2026-04-17 21:25:30 +00:00
build: meson: add install file 'lc3_cpp.h'
This commit is contained in:
@@ -36,7 +36,13 @@ lc3lib = library('lc3',
|
||||
soversion: 1,
|
||||
install: true)
|
||||
|
||||
install_headers('../include/lc3.h', '../include/lc3_private.h')
|
||||
lc3_install_headers = [
|
||||
'../include/lc3_private.h',
|
||||
'../include/lc3.h',
|
||||
'../include/lc3_cpp.h'
|
||||
]
|
||||
|
||||
install_headers(lc3_install_headers)
|
||||
|
||||
pkg_mod = import('pkgconfig')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user