~iliaplatone/spacedrone.eu/inova-sis-pack

« back to all changes in this revision

Viewing changes to etc/samples/classification_sample_async/CMakeLists.txt

  • Committer: Ilia Platone
  • Date: 2022-11-15 16:19:28 UTC
  • Revision ID: git-v1:b9f4c8dff67bb705341db6a18f84a3d5f61c23ce
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2018-2019 Intel Corporation
 
2
# SPDX-License-Identifier: Apache-2.0
 
3
#
 
4
 
 
5
ie_add_sample(NAME classification_sample_async
 
6
              SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
 
7
              HEADERS classification_sample_async.h
 
8
              DEPENDENCIES format_reader)