Merge branch '164-crash-on-patching-and-possibly-right-after-login' into main/gingo...
[ryzomcore.git] / snowballs2 / server / position / src / CMakeLists.txt
blob3c4b04529dc8d857deda7f3237e4896fcc6953b0
1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(snowballs_position_service WIN32 ${SRC})
5 TARGET_LINK_LIBRARIES(snowballs_position_service
6                                                 nelmisc
7                                                 nelnet)
9 NL_DEFAULT_PROPS(snowballs_position_service "Snowballs, Services: Position Service")
10 NL_ADD_RUNTIME_FLAGS(snowballs_position_service)
12 INSTALL(TARGETS snowballs_position_service RUNTIME DESTINATION sbin COMPONENT services)