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