1
0
forked from mirrors/0ad

Remove mongoose

Remove sources and references in premake build script as it's no longer
used.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2024-10-24 20:16:36 +02:00
parent ba4ef61c15
commit 8962e066c9
4 changed files with 0 additions and 8815 deletions
-10
View File
@@ -1070,16 +1070,6 @@ function setup_all_libs ()
filter {}
-- Third-party libraries that are built as part of the main project,
-- not built externally and then linked
source_dirs = {
"third_party/mongoose",
}
extern_libs = {
}
setup_static_lib_project("mongoose", source_dirs, extern_libs, { no_pch = 1 })
-- CxxTest mock function support
extern_libs = {
"boost",