aboutsummaryrefslogtreecommitdiff
path: root/src/context/meson.build
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 20:08:51 +0000
committerFuwn <[email protected]>2022-06-14 20:08:51 +0000
commit7f8c666d73c9a0c773e41993ae29f6bfc8d3698f (patch)
tree3a5af6104a84a271bbbf359fdf2257ae14fcb233 /src/context/meson.build
downloadtatl-7f8c666d73c9a0c773e41993ae29f6bfc8d3698f.tar.xz
tatl-7f8c666d73c9a0c773e41993ae29f6bfc8d3698f.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')