Use cpp-httplib instead of mongoose

Use cpp-httplib for Profiler2 and RLInterface instead of mongoose.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2024-10-24 19:58:16 +02:00
parent 7e575aa855
commit ba4ef61c15
10 changed files with 307 additions and 334 deletions
+4
View File
@@ -710,6 +710,7 @@ function setup_all_libs ()
"network",
}
extern_libs = {
"cpp_httplib",
"spidermonkey",
"enet",
"sdl",
@@ -730,6 +731,7 @@ function setup_all_libs ()
"boost", -- dragged in via simulation.h and scriptinterface.h
"fmt",
"spidermonkey",
"cpp_httplib",
}
setup_static_lib_project("rlinterface", source_dirs, extern_libs, { no_pch = 1 })
@@ -872,6 +874,7 @@ function setup_all_libs ()
"libpng",
"fmt",
"freetype",
"cpp_httplib",
}
@@ -1108,6 +1111,7 @@ used_extern_libs = {
"libxml2",
"boost",
"cpp_httplib",
"cxxtest",
"comsuppw",
"enet",