summaryrefslogtreecommitdiff
path: root/python/openvino/runtime/object_detection_demo/CMakeLists.txt.orig
blob: 5fba764e6b3fd1b47e509213afd87f4ee367d609 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2018-2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#

file(GLOB SRC_FILES ./*.cpp)
file(GLOB H_FILES ./*.h)

add_demo(NAME object_detection_demo
    SOURCES ${SRC_FILES}
    HEADERS ${H_FILES}
    DEPENDENCIES monitors models pipelines)