refactor(meson): add parse.c to build

This commit is contained in:
2026-01-30 01:43:16 +01:00
parent 4186b23e1a
commit 035483f54f
3 changed files with 9 additions and 7 deletions
+7 -6
View File
@@ -1,6 +1,7 @@
sources += files(
'json.c',
'methods.c',
'tgbot.c',
'types.c',
)
sources += files(
'json.c',
'methods.c',
'parse.c',
'tgbot.c',
'types.c',
)