Migreate build system to Meson

FossilOrigin-Name: f2b266d4a62165383911e1575eaecce9234e845ce48040bf86494c9fb68f7366
This commit is contained in:
Jonathan Schleifer 2024-08-17 00:27:29 +00:00
parent 854e63554c
commit 4f3969acfb
17 changed files with 59 additions and 5950 deletions

6
tests/meson.build Normal file
View file

@ -0,0 +1,6 @@
testexe = executable('tests', 'Tests.m',
dependencies: objfw_dep,
link_with: objirc,
include_directories: incdir)
test('ObjIRC tests', testexe,
verbose: true)