correct executable name in meson

change the name to be `SQLITECPP_sample_demo2` instead of `SQLITECPP_sample_demo1`
This commit is contained in:
Jonathan Guzmán 2023-02-11 22:34:42 -06:00 committed by GitHub
parent bac9a8a6ad
commit 5eec9122ba
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)