* [Samples] Move C samples to the new samples directory * fix samples * [Samples] Move C samples to the new samples directory * fix samples * code reivew inspired fixes * rename folder to lower case * move ENABLE_SAMPLES cond level up, fix readmes * fix ref in doc * fix install path * fix install of samples to tests Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com>
10 lines
381 B
CMake
10 lines
381 B
CMake
# Copyright (C) 2018-2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
ie_add_sample(NAME object_detection_sample_ssd_c
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.c"
|
|
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/object_detection_sample_ssd.h"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/c_w_dirent.h"
|
|
DEPENDENCIES opencv_c_wrapper)
|