Use configured resolution for login/outgame/ingame
[ryzomcore.git] / ryzom / tools / translation_tools / CMakeLists.txt
blob199cb43113820291bc209bec4aac7efe1cc549fd
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)