mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 11:16:11 -04:00
correct executable name in meson
change the name to be `SQLITECPP_sample_demo2` instead of `SQLITECPP_sample_demo1`
This commit is contained in:
parent
bac9a8a6ad
commit
5eec9122ba
@ -6,7 +6,7 @@ example2_srcs = files(
|
|||||||
example2_args = []
|
example2_args = []
|
||||||
|
|
||||||
|
|
||||||
sqlitecpp_demo2_exe = executable('SQLITECPP_sample_demo1',
|
sqlitecpp_demo2_exe = executable('SQLITECPP_sample_demo2',
|
||||||
sqlitecpp_sample2_srcs,
|
sqlitecpp_sample2_srcs,
|
||||||
dependencies: sqlitecpp_dep,
|
dependencies: sqlitecpp_dep,
|
||||||
# inherit the default options from sqlitecpp
|
# inherit the default options from sqlitecpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user