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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user