diff options
| author | Fuwn <[email protected]> | 2022-06-19 18:45:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 18:45:48 -0700 |
| commit | 8e6843e1f87720c672caf3bcd013a7d5212097cb (patch) | |
| tree | 0b1a0eaead08f3b176e5e2a3d27ea05c41391179 /examples/meson.build | |
| parent | feat(tatl): include set (diff) | |
| download | tatl-0.1.2.tar.xz tatl-0.1.2.zip | |
feat(macros): add TATL_IS_NOTv0.1.2
Diffstat (limited to 'examples/meson.build')
| -rw-r--r-- | examples/meson.build | 3 |
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, |