Merge pull request #1337 from luigino/meson

Set version for shared library
pull/1257/head
Gabi Melman 6 years ago committed by GitHub
commit 046fd62dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save