feat(net): add SRP6_Client

This commit is contained in:
fallenoak 2023-01-05 22:49:20 -06:00 committed by GitHub
parent 5d1a800076
commit cb62e2dcfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 2 deletions

View file

@ -1,4 +1,4 @@
file(GLOB PRIVATE_SOURCES "*.cpp" "connection/*.cpp" "grunt/*.cpp" "login/*.cpp")
file(GLOB PRIVATE_SOURCES "*.cpp" "connection/*.cpp" "grunt/*.cpp" "login/*.cpp" "srp/*.cpp")
add_library(net STATIC
${PRIVATE_SOURCES}