if (${GCC_MARCH} MATCHES "[pulp]+")
        add_application(motion_detection motion_detection.c FLAGS "-DDOTP" LABELS "sequential_tests")
else()
        add_application(motion_detection motion_detection.c FLAGS LABELS "sequential_tests")
endif()
