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

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

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