
set(Event_srcs
    Event.cc OutputQueue.cc ProcessingQueue.cc Queue.cc Service.cc WaitingQueue.cc
    include/Event.h include/OutputQueue.h include/ProcessingQueue.h include/Queue.h include/Service.h include/WaitingQueue.h
)


include_directories( include )  # relative to the current source directory

ecbuild_add_executable( TARGET       event
                        SOURCES      ${Event_srcs}
                        DEFINITIONS
                        INCLUDES     ${METVIEW_STANDARD_INCLUDES}
                        LIBS         ${STANDARD_METVIEW_LIBS}
                    )
