khanat-opennel-code/code/nelns/naming_service/CMakeLists.txt
Guillaume Dupuy 6f1197d633 Allow target to work with sheetName and a quiet option
HG : Enter commit message.  Lines beginning with 'HG:' are removed.
2016-11-28 00:54:33 +01:00

13 lines
405 B
CMake

FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(naming_service WIN32 ${SRC})
TARGET_LINK_LIBRARIES(naming_service
nelmisc
nelnet)
NL_DEFAULT_PROPS(naming_service "NeLNS, Services: Naming Service")
NL_ADD_RUNTIME_FLAGS(naming_service)
INSTALL(TARGETS naming_service RUNTIME DESTINATION sbin COMPONENT ns)
INSTALL(FILES naming_service.cfg common.cfg DESTINATION ${NL_ETC_PREFIX}/nelns COMPONENT ns)