mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
14 lines
463 B
Text
14 lines
463 B
Text
|
FILE(GLOB SRC *.cpp *.h)
|
||
|
|
||
|
ADD_EXECUTABLE(admin_executor_service WIN32 ${SRC})
|
||
|
|
||
|
TARGET_LINK_LIBRARIES(admin_executor_service
|
||
|
nelmisc
|
||
|
nelnet)
|
||
|
|
||
|
NL_DEFAULT_PROPS(admin_executor_service "NelNS, Services: Admin Executor Service")
|
||
|
NL_ADD_RUNTIME_FLAGS(admin_executor_service)
|
||
|
|
||
|
INSTALL(TARGETS admin_executor_service RUNTIME DESTINATION sbin COMPONENT aes)
|
||
|
INSTALL(FILES admin_executor_service.cfg common.cfg DESTINATION ${NL_ETC_PREFIX}/nelns COMPONENT aes)
|