Init Commit

This commit is contained in:
2021-12-18 11:27:44 +08:00
commit acfb9a3dae
14 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
set(
ServerServiceSrcs
ServiceStatus.cpp
ServiceStatus.h
Options.cpp
Options.h
)
add_library(ServerService STATIC ${ServerServiceSrcs})
target_link_libraries(ServerService ServiceStatusSource)
target_link_libraries(ServerService OptionSource)