Added it to the build.

This commit is contained in:
Relintai 2022-06-30 18:26:51 +02:00
parent be5f77c874
commit fe5882665b

View File

@ -27,6 +27,9 @@ sources = [
"http_server_simple/http_server_simple.cpp",
"http_server_simple/web_server_simple.cpp",
"http_server_simple/simple_web_server_request.cpp",
"http_server_simple/httpio/http.c",
"http_server_simple/httpio/httpio.c",
]
if ARGUMENTS.get('custom_modules_shared', 'no') == 'yes':