mirror of https://github.com/nirenjan/libx52.git
fix: Add library version for libx52dcomm
This change adds the library version for libx52dcomm, so that it can be versioned if necessary.pull/64/head
parent
d29be6213f
commit
ae077dbed8
|
|
@ -1,4 +1,6 @@
|
||||||
# x52d
|
# x52d
|
||||||
|
libx52dcomm_version = '1.0.0'
|
||||||
|
|
||||||
libx52dcomm_sources = [
|
libx52dcomm_sources = [
|
||||||
'x52d_comm_client.c',
|
'x52d_comm_client.c',
|
||||||
'x52d_comm_internal.c'
|
'x52d_comm_internal.c'
|
||||||
|
|
@ -8,6 +10,7 @@ install_headers('x52dcomm.h', subdir: meson.project_name())
|
||||||
|
|
||||||
lib_libx52dcomm = library('x52dcomm', libx52dcomm_sources,
|
lib_libx52dcomm = library('x52dcomm', libx52dcomm_sources,
|
||||||
dependencies: [dep_intl],
|
dependencies: [dep_intl],
|
||||||
|
version: libx52dcomm_version,
|
||||||
include_directories: includes)
|
include_directories: includes)
|
||||||
|
|
||||||
x52d_sources = [
|
x52d_sources = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue