You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/nelns/naming_service/CMakeLists.txt

14 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)