refactor(meson): add parse.c to build
This commit is contained in:
+7
-6
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user