Migrate build system to Meson

FossilOrigin-Name: e20d96017a04030af63a87675a9d4bbf44bfd63dc12870f496a54eb18267fcc1
This commit is contained in:
Jonathan Schleifer 2024-08-07 20:11:55 +00:00
parent 4d0697d7f2
commit a1e70ba0fd
20 changed files with 71 additions and 5698 deletions

5
tests/meson.build Normal file
View file

@ -0,0 +1,5 @@
testexe = executable('tests', 'Tests.m',
dependencies: objfw_dep,
link_with: objmatrix,
include_directories: incdir)
test('ObjMatrix tests', testexe)