Migrate build system to Meson
FossilOrigin-Name: 2aa27f332cc29dfdf07022ae56e1b0e0e896c3bdc204883e51ecd20772ff96e7
This commit is contained in:
parent
6f9897b332
commit
2c022c2de7
19 changed files with 71 additions and 6232 deletions
5
tests/meson.build
Normal file
5
tests/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
testexe = executable('tests', 'Tests.m',
|
||||
dependencies: [objfw_dep],
|
||||
link_with: objsqlite3,
|
||||
include_directories: incdir)
|
||||
test('ObjSQLite3 tests', testexe)
|
Loading…
Add table
Add a link
Reference in a new issue