Change unicode and introduce new model user

This commit is contained in:
Hepatica
2024-08-14 00:59:19 +02:00
parent 4ee7db7a30
commit 598bcba4a9
5 changed files with 60 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ add_executable(SpCloudMain
"Service/FileProcessingService.cpp"
"Service/CommandService.cpp"
"Service/Logger.cpp"
)
"Models/User.cpp")
if (CMAKE_VERSION VERSION_GREATER 3.12)
set_property(TARGET SpCloudMain PROPERTY CXX_STANDARD 20)