aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 20:08:51 -0700
committerFuwn <[email protected]>2022-06-14 20:08:51 -0700
commit0105c9d79d02f00182c40c29d33b907982c0556d (patch)
tree3a5af6104a84a271bbbf359fdf2257ae14fcb233 /src/meson.build
downloadtatl-0.1.0.tar.xz
tatl-0.1.0.zip
feat: initial commit0.1.0
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
new file mode 100644
index 0000000..0e1d8d4
--- /dev/null
+++ b/src/meson.build
@@ -0,0 +1,3 @@
+project_source_files = files('context.c')
+
+subdir('context')