From 3554c14d55440859f4504a0bed2d3bb340329335 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 19 Jun 2022 18:45:48 +0000 Subject: feat(macros): add TATL_IS_NOT --- examples/meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/meson.build') diff --git a/examples/meson.build b/examples/meson.build index 8928a2c..953d111 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -1,3 +1,6 @@ +project_test_files += files('addition.c', 'macro.c') + + executable('addition', ['addition.c'], include_directories : public_header_files, -- cgit v1.2.3