Merge branch 'fixes' into main/rendor-staging
[ryzomcore.git] / ryzom / tools / leveldesign / uni_conv / CMakeLists.txt
blob2d41461d200136f2cf6753c1dbe693273dacc9ad
1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(uni_conv ${SRC})
5 TARGET_LINK_LIBRARIES(uni_conv nelmisc)
7 NL_DEFAULT_PROPS(uni_conv "Ryzom, Tools, Misc: Unicode Conversion Tool")
8 NL_ADD_RUNTIME_FLAGS(uni_conv)
10 INSTALL(TARGETS uni_conv RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT tools)