Linux multi-monitor fullscreen support
[ryzomcore.git] / snowballs2 / server / frontend / src / CMakeLists.txt
blob3c4894ab9219192a48d59be7d4bc41e0f91f2852
1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(snowballs_frontend_service WIN32 ${SRC})
5 TARGET_LINK_LIBRARIES(snowballs_frontend_service
6                                                 nelmisc
7                                                 nelnet)
9 NL_DEFAULT_PROPS(snowballs_frontend_service "Snowballs, Services: Frontend Service")
10 NL_ADD_RUNTIME_FLAGS(snowballs_frontend_service)
12 INSTALL(TARGETS snowballs_frontend_service RUNTIME DESTINATION sbin COMPONENT services)