summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-11-16 20:52:57 -0600
committerLibravatar bigfoot547 <[email protected]>2025-11-16 20:52:57 -0600
commitd026e93405655129e46debfca2124ee132e9b134 (patch)
tree8adf037dd69c4226ef9a5d2a3dd8fa63eb783761 /src/meson.build
parent[wip] plugin stuff (diff)
build config + more plugin stuff
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
new file mode 100644
index 0000000..d1a3033
--- /dev/null
+++ b/src/meson.build
@@ -0,0 +1,5 @@
+prog_sources = files(
+ 'pipeline.c',
+ 'connection.c',
+ 'main.c'
+)