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)