chore: import mdns module

This commit is contained in:
Qsaker 2023-12-27 20:04:59 +08:00
parent 7125e629c5
commit bae5f7cc84

View File

@ -81,6 +81,7 @@ list(APPEND SAK_ASSISTANT_SOURCES src/assistants/sakassistantsfactory.h)
list(APPEND SAK_ASSISTANT_SOURCES src/assistants/sakassistantsfactory.cc)
sak_import_assistant("crc")
sak_import_assistant("mdns")
sak_import_assistant("ascii")
sak_import_assistant("base64")
sak_import_assistant("number")