Migrate build system to Meson
FossilOrigin-Name: e20d96017a04030af63a87675a9d4bbf44bfd63dc12870f496a54eb18267fcc1
This commit is contained in:
parent
4d0697d7f2
commit
a1e70ba0fd
20 changed files with 71 additions and 5698 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: objmatrix,
|
||||
include_directories: incdir)
|
||||
test('ObjMatrix tests', testexe)
|
Loading…
Add table
Add a link
Reference in a new issue