mirror of
https://github.com/google/liblc3.git
synced 2026-06-02 09:57:02 +00:00
Add a soversion to the shared library
This commit is contained in:
@@ -33,6 +33,7 @@ lc3lib = library('lc3',
|
||||
lc3_sources,
|
||||
dependencies: m_dep,
|
||||
include_directories: inc,
|
||||
soversion: 1,
|
||||
install: true)
|
||||
|
||||
install_headers('../include/lc3.h', '../include/lc3_private.h')
|
||||
|
||||
Reference in New Issue
Block a user