* Moved inference_engine samples to cpp folder * Fixed documentations links * Fixed installation * Fixed scripts * Fixed cmake script * Try to fix install * Fixed samples * Some fix
11 lines
396 B
CMake
11 lines
396 B
CMake
# Copyright (C) 2018-2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
set(TARGET_NAME "ngraph_function_creation_sample")
|
|
|
|
ie_add_sample(NAME ngraph_function_creation_sample
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
|
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/ngraph_function_creation_sample.hpp"
|
|
DEPENDENCIES format_reader ie_samples_utils)
|