Merge pull request #401 Fix meson installation from dougnazar/fix_meson_install

This commit is contained in:
Sébastien Rombauts 2022-12-21 12:24:51 +01:00 committed by GitHub
commit ca7e6cf42d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ else
dependencies: sqlitecpp_deps,
# override the default options
override_options: sqlitecpp_opts,
# install: true,
install: true,
# API version for SQLiteCpp shared library.
version: '0',)
endif
@ -233,7 +233,7 @@ if get_option('SQLITECPP_BUILD_TESTS')
endif
install_subdir(
'include/SQliteCpp',
'include/SQLiteCpp',
install_dir: get_option('includedir'))
sqlitecpp_dep = declare_dependency(