remove this commit
All checks were successful
Linux arm64 / Build (push) Successful in 58s

This commit is contained in:
2025-03-15 09:33:59 +01:00
parent 392fcb3d17
commit 471b5b56f8
2 changed files with 58 additions and 0 deletions

View File

@@ -14,6 +14,12 @@ local modules = {
Deps = {},
Includes = {"include/(sp/extensions/Tcp.h)", "include/(sp/extensions/tcp/*.h)"},
Sources = {"src/sp/extensions/Tcp*.cpp"}
},
MbedTls = {
Option = "tls",
Deps = {"mbedtls"},
Includes = {"include/(sp/extensions/Ssl.h)", "include/(sp/extensions/Ssl/*.h)"},
Sources = {"src/sp/extensions/Ssl*.cpp"}
}
}