2010-05-06 02:08:41 +02:00
|
|
|
FILE(GLOB SRC *.cpp *.h)
|
|
|
|
|
2010-09-04 18:34:09 +02:00
|
|
|
ADD_EXECUTABLE(stats_scan WIN32 ${SRC})
|
2010-05-06 02:08:41 +02:00
|
|
|
|
2015-12-07 21:48:32 +01:00
|
|
|
TARGET_LINK_LIBRARIES(stats_scan ryzom_gameshare nelmisc nelnet nelligo nelgeorges)
|
2010-05-06 02:08:41 +02:00
|
|
|
|
2012-09-27 22:17:47 +02:00
|
|
|
NL_DEFAULT_PROPS(stats_scan "Ryzom, Tools, Misc: Stats Scan")
|
2010-09-03 07:07:47 -06:00
|
|
|
NL_ADD_RUNTIME_FLAGS(stats_scan)
|
|
|
|
|
2012-09-27 22:17:47 +02:00
|
|
|
INSTALL(TARGETS stats_scan RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT tools)
|