mirror of
https://github.com/google/liblc3.git
synced 2026-05-24 20:25:31 +00:00
Include header directory to build lc3toolslib
Otherwise, it fails to build due to missing header file
This commit is contained in:
@@ -17,6 +17,7 @@ inc = include_directories('../include')
|
|||||||
lc3toolslib = static_library('lc3toolslib',
|
lc3toolslib = static_library('lc3toolslib',
|
||||||
['lc3bin.c', 'wave.c'],
|
['lc3bin.c', 'wave.c'],
|
||||||
link_with: lc3lib,
|
link_with: lc3lib,
|
||||||
|
include_directories: inc,
|
||||||
dependencies: m_dep,
|
dependencies: m_dep,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user