Change Encyclo button name and macros icon
[ryzomcore.git] / nelns / admin_executor_service / CMakeLists.txt
blob24a9efa2fe39941dcc20545486327c903e3222b0
1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(admin_executor_service WIN32 ${SRC})
5 TARGET_LINK_LIBRARIES(admin_executor_service
6                                                 nelmisc
7                                                 nelnet)
9 NL_DEFAULT_PROPS(admin_executor_service "NelNS, Services: Admin Executor Service")
10 NL_ADD_RUNTIME_FLAGS(admin_executor_service)
12 INSTALL(TARGETS admin_executor_service RUNTIME DESTINATION sbin COMPONENT aes)
13 INSTALL(FILES admin_executor_service.cfg common.cfg DESTINATION ${NL_ETC_PREFIX}/nelns COMPONENT aes)