1 FILE(GLOB SRC *.cpp *.h *.rc)
3 SOURCE_GROUP("" FILES ${SRC})
5 ADD_EXECUTABLE(translation_tools ${SRC})
7 TARGET_LINK_LIBRARIES(translation_tools nelmisc nelligo nelgeorges)
9 NL_DEFAULT_PROPS(translation_tools "Ryzom, Tools, Misc: Translation Tools")
10 NL_ADD_RUNTIME_FLAGS(translation_tools)
12 INSTALL(TARGETS translation_tools RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT tools)