refactor(build): add new files

This commit is contained in:
2026-01-14 02:18:11 +01:00
parent 4796ea7640
commit 750686c729

View File

@@ -13,7 +13,9 @@ server += files(
'utils/net.c', 'utils/net.c',
) )
server += files( server += files(
'http/handler.c',
'http/mime.c', 'http/mime.c',
'http/request.c', 'http/request.c',
'http/response.c', 'http/response.c',
'http/types.c',
) )