Merge branch 'master' of https://github.com/opencv/dldt
[platform/upstream/dldt.git] / inference-engine / samples / speech_recognition_offline_demo / CMakeLists.txt
1 # Copyright (C) 2018-2019 Intel Corporation
2 # SPDX-License-Identifier: Apache-2.0
3 #
4
5 if(COMMAND init_rh_decoder)
6     init_rh_decoder()
7
8     ie_add_sample(NAME speech_recognition_offline_demo
9                   SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
10                   HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/speech_sample.hpp"
11                   INCLUDE_DIRECTORIES "${libRH_Decoder_INCLUDE_DIRS}"
12                   DEPENDENCIES "${libRH_Decoder_LIBRARIES}")
13 endif()