Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upd year; add new lines at the end
  • Loading branch information
ivikhrev committed Apr 1, 2022
commit 4504a17c9ab4250eb1ae84cb7b0306d3d9ec2030
2 changes: 1 addition & 1 deletion demos/gaze_estimation_demo/cpp_gapi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ add_demo(NAME gaze_estimation_demo_gapi
HEADERS ${HEADERS}
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
DEPENDENCIES monitors utils_gapi
OPENCV_VERSION_REQUIRED 4.5.3)
OPENCV_VERSION_REQUIRED 4.5.3)
2 changes: 1 addition & 1 deletion demos/gesture_recognition_demo/cpp_gapi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ add_demo(NAME gesture_recognition_demo_gapi
HEADERS ${HEADERS}
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
DEPENDENCIES monitors
OPENCV_VERSION_REQUIRED 4.5.3)
OPENCV_VERSION_REQUIRED 4.5.3)
3 changes: 1 addition & 2 deletions demos/human_pose_estimation_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ file(GLOB H_FILES ./*.h)
add_demo(NAME human_pose_estimation_demo
SOURCES ${SRC_FILES}
HEADERS ${H_FILES}
DEPENDENCIES monitors models pipelines
)
DEPENDENCIES monitors models pipelines)
3 changes: 1 addition & 2 deletions demos/image_processing_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ file(GLOB_RECURSE SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
add_demo(NAME image_processing_demo
SOURCES ${SOURCES}
HEADERS ${HEADERS}
DEPENDENCIES monitors models pipelines
)
DEPENDENCIES monitors models pipelines)
2 changes: 1 addition & 1 deletion demos/interactive_face_detection_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ file(GLOB MAIN_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/*.h*)
add_demo(NAME interactive_face_detection_demo
SOURCES ${MAIN_SRC}
HEADERS ${MAIN_HEADERS}
DEPENDENCIES monitors)
DEPENDENCIES monitors)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ add_demo(NAME interactive_face_detection_demo_gapi
SOURCES ${MAIN_SRC}
HEADERS ${MAIN_HEADERS}
DEPENDENCIES monitors utils_gapi
OPENCV_VERSION_REQUIRED 4.5.3)
OPENCV_VERSION_REQUIRED 4.5.3)
2 changes: 1 addition & 1 deletion demos/mask_rcnn_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

add_demo(NAME mask_rcnn_demo
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/mask_rcnn_demo.h")
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/mask_rcnn_demo.h")
2 changes: 1 addition & 1 deletion demos/multi_channel_face_detection_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2019 Intel Corporation
# Copyright (C) 2018-2022 Intel Corporation

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2019 Intel Corporation
# Copyright (C) 2018-2022 Intel Corporation

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2019 Intel Corporation
# Copyright (C) 2018-2022 Intel Corporation

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion demos/object_detection_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ file(GLOB H_FILES ./*.h)
add_demo(NAME object_detection_demo
SOURCES ${SRC_FILES}
HEADERS ${H_FILES}
DEPENDENCIES monitors models pipelines)
DEPENDENCIES monitors models pipelines)
2 changes: 1 addition & 1 deletion demos/pedestrian_tracker_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ add_demo(NAME pedestrian_tracker_demo
SOURCES ${SOURCES}
HEADERS ${HEADERS}
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
DEPENDENCIES monitors models pipelines)
DEPENDENCIES monitors models pipelines)
2 changes: 1 addition & 1 deletion demos/security_barrier_camera_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ file(GLOB HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
add_demo(NAME security_barrier_camera_demo
SOURCES ${SOURCES}
HEADERS ${HEADERS}
DEPENDENCIES monitors utils)
DEPENDENCIES monitors utils)
2 changes: 1 addition & 1 deletion demos/segmentation_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ file(GLOB H_FILES ./*.h)
add_demo(NAME segmentation_demo
SOURCES ${SRC_FILES}
HEADERS ${H_FILES}
DEPENDENCIES monitors models pipelines)
DEPENDENCIES monitors models pipelines)
2 changes: 1 addition & 1 deletion demos/smart_classroom_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ add_demo(NAME smart_classroom_demo
SOURCES ${SOURCES}
HEADERS ${HEADERS}
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
DEPENDENCIES monitors)
DEPENDENCIES monitors)
2 changes: 1 addition & 1 deletion demos/smart_classroom_demo/cpp_gapi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ add_demo(NAME smart_classroom_demo_gapi
HEADERS ${HEADERS}
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
DEPENDENCIES monitors utils_gapi
OPENCV_VERSION_REQUIRED 4.5.3)
OPENCV_VERSION_REQUIRED 4.5.3)
2 changes: 1 addition & 1 deletion demos/social_distance_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ add_demo(NAME social_distance_demo
SOURCES ${SOURCES}
HEADERS ${HEADERS}
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
DEPENDENCIES monitors utils)
DEPENDENCIES monitors utils)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020 Intel Corporation
# Copyright (C) 2020-2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#

Expand Down
2 changes: 1 addition & 1 deletion demos/text_detection_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ add_demo(NAME text_detection_demo
SOURCES ${SOURCES}
HEADERS ${HEADERS}
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
DEPENDENCIES monitors)
DEPENDENCIES monitors)