Files
openvino/samples/cpp/hello_reshape_ssd/CMakeLists.txt
2022-01-19 01:07:49 +03:00

8 lines
242 B
CMake

# Copyright (C) 2018-2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
ie_add_sample(NAME hello_reshape_ssd
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
DEPENDENCIES format_reader ie_samples_utils)