Merge pull request #1337 from luigino/meson

Set version for shared library
This commit is contained in:
Gabi Melman 2019-11-29 14:41:21 +02:00 committed by GitHub
commit 046fd62dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,7 @@ else
include_directories : spdlog_inc,
dependencies : dep_list,
install : not meson.is_subproject(),
version : meson.project_version(),
)
endif