# Copyright (C) 2018-2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#

file(GLOB_RECURSE HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
file(GLOB_RECURSE SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)

add_demo(NAME image_processing_demo
    SOURCES ${SOURCES}
    HEADERS ${HEADERS}
    DEPENDENCIES monitors models pipelines)
