* Renamed hetero md * Renamed some guides * Updated OpenVINO_Runtime_User_Guide.md * Updated plugin's page * More updates * Fixed links * Updated link names * Fixed links * Fixed docs build * Self-review * Fixed issues in doc snippets * Updated Samples_Overview.md * Updated model protection guide * Renamed ngraph_function creation samples
11 lines
366 B
CMake
11 lines
366 B
CMake
# Copyright (C) 2018-2022 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
set(TARGET_NAME "model_creation_sample")
|
|
|
|
ie_add_sample(NAME model_creation_sample
|
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
|
|
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/model_creation_sample.hpp"
|
|
DEPENDENCIES format_reader ie_samples_utils)
|