mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user