aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 18:45:48 -0700
committerFuwn <[email protected]>2022-06-19 18:45:48 -0700
commit8e6843e1f87720c672caf3bcd013a7d5212097cb (patch)
tree0b1a0eaead08f3b176e5e2a3d27ea05c41391179 /examples
parentfeat(tatl): include set (diff)
downloadtatl-0.1.2.tar.xz
tatl-0.1.2.zip
feat(macros): add TATL_IS_NOTv0.1.2
Diffstat (limited to 'examples')
-rw-r--r--examples/meson.build3
1 files changed, 3 insertions, 0 deletions
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,