11 lines
283 B
CMake
11 lines
283 B
CMake
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) |