PROJECT(vdotrans)

ADD_EXECUTABLE(vdotrans SliceOrientation.c DoTrans.c  Shuffle.c  vdotrans.c)
TARGET_LINK_LIBRARIES(vdotrans lipsia ${VIA_LIBRARY})

SET_TARGET_PROPERTIES(vdotrans PROPERTIES
    LINK_FLAGS -Wl)

INSTALL(TARGETS vdotrans
        RUNTIME DESTINATION ${LIPSIA_INSTALL_BIN_DIR}
        COMPONENT RuntimeLibraries)
