Merge pull request #408 correct executable name in meson from ninjaoflight/patch-2

This commit is contained in:
Sébastien Rombauts 2023-02-17 07:26:49 +01:00 committed by GitHub
commit 53a2b81191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ example2_srcs = files(
example2_args = []
sqlitecpp_demo2_exe = executable('SQLITECPP_sample_demo1',
sqlitecpp_demo2_exe = executable('SQLITECPP_sample_demo2',
sqlitecpp_sample2_srcs,
dependencies: sqlitecpp_dep,
# inherit the default options from sqlitecpp
override_options: sqlitecpp_opts,
cpp_args: example2_args)
cpp_args: example2_args)