aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-20 15:50:03 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-20 15:55:14 +0200
commitacf1624d2d6857d7eaae3ab8ac06f036a921a8ec (patch)
tree204196c2aa246d14e41e12c167d9364a413a8b7f /meson.build
parentc4e917e677a901f3891cf2687790d5c52eb63b1f (diff)
Move argument parsing to different file
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ac091a9..0e85c30 100644
--- a/meson.build
+++ b/meson.build
@@ -37,6 +37,8 @@ src = [
'src/cursor.c',
'src/damage.c',
'src/image_writer.c',
+ 'src/args_parser.c',
+ 'src/defs.c',
'src/sound.cpp',
'src/main.cpp',
]