Linux multi-monitor fullscreen support
[ryzomcore.git] / nelns / naming_service / CMakeLists.txt
blob596bb5b48f2117791f36aa29f55c1704cf16253b
1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(naming_service WIN32 ${SRC})
5 TARGET_LINK_LIBRARIES(naming_service
6                                                 nelmisc
7                                                 nelnet)
9 NL_DEFAULT_PROPS(naming_service "NeLNS, Services: Naming Service")
10 NL_ADD_RUNTIME_FLAGS(naming_service)
12 INSTALL(TARGETS naming_service RUNTIME DESTINATION sbin COMPONENT ns)
13 INSTALL(FILES naming_service.cfg common.cfg DESTINATION ${NL_ETC_PREFIX}/nelns COMPONENT ns)