aboutsummaryrefslogtreecommitdiff
path: root/src/context/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/context/meson.build
downloadtatl-0.1.0.tar.xz
tatl-0.1.0.zip
feat: initial commit0.1.0
Diffstat (limited to 'src/context/meson.build')
-rw-r--r--src/context/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/meson.build b/src/context/meson.build
new file mode 100644
index 0000000..a852e86
--- /dev/null
+++ b/src/context/meson.build
@@ -0,0 +1 @@
+project_source_files += files('get.c', 'set.c')