Migreate build system to Meson
FossilOrigin-Name: f2b266d4a62165383911e1575eaecce9234e845ce48040bf86494c9fb68f7366
This commit is contained in:
parent
854e63554c
commit
4f3969acfb
17 changed files with 59 additions and 5950 deletions
6
tests/meson.build
Normal file
6
tests/meson.build
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue