khanat-opennel-code/code/snowballs2/server/position/src/CMakeLists.txt

13 lines
396 B
CMake
Raw Normal View History

2010-05-06 00:08:41 +00:00
FILE(GLOB SRC *.cpp *.h)
2010-09-20 19:40:20 +00:00
ADD_EXECUTABLE(snowballs_position_service WIN32 ${SRC})
2010-09-20 19:40:20 +00:00
TARGET_LINK_LIBRARIES(snowballs_position_service
nelmisc
nelnet)
2010-09-20 19:40:20 +00:00
NL_DEFAULT_PROPS(snowballs_position_service "Snowballs, Services: Position Service")
NL_ADD_RUNTIME_FLAGS(snowballs_position_service)
2010-05-06 00:08:41 +00:00
2010-09-20 19:40:20 +00:00
INSTALL(TARGETS snowballs_position_service RUNTIME DESTINATION sbin COMPONENT services)