Added aqua_speed for rite geo 50 tryker
[ryzomcore.git] / nel / tools / misc / snp_make / CMakeLists.txt
bloba1b5f388d618a9646e01825776cda176a8cbd562
1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(snp_make ${SRC})
5 TARGET_LINK_LIBRARIES(snp_make nelmisc)
6 NL_DEFAULT_PROPS(snp_make "NeL, Tools, Misc: snp_make")
7 NL_ADD_RUNTIME_FLAGS(snp_make)
9 INSTALL(TARGETS snp_make RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT toolsmisc)