Skip to content

Commit f8a492b

Browse files
author
Matevz Morato
committed
Renamed example
1 parent 06507ff commit f8a492b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ dai_add_example(mono_depth_mobilenetssd mixed/mono_depth_mobilenetssd.cpp ON)
250250
dai_add_example(rgb_encoding_mono_mobilenet mixed/rgb_encoding_mono_mobilenet.cpp ON)
251251
dai_add_example(rgb_encoding_mono_mobilenet_depth mixed/rgb_encoding_mono_mobilenet_depth.cpp ON)
252252
dai_add_example(rgb_encoding_mobilenet mixed/rgb_encoding_mobilenet.cpp ON)
253+
dai_add_example(multiple_devices mixed/multiple_devices.cpp OFF)
253254

254255
target_compile_definitions(mono_depth_mobilenetssd PRIVATE BLOB_PATH="${mobilenet_blob}")
255256
target_compile_definitions(rgb_encoding_mono_mobilenet PRIVATE BLOB_PATH="${mobilenet_blob}")
@@ -278,9 +279,6 @@ dai_add_example(mono_camera_control MonoCamera/mono_camera_control.cpp ON)
278279
dai_add_example(mono_preview MonoCamera/mono_preview.cpp ON)
279280
dai_add_example(mono_full_resolution_saver MonoCamera/mono_full_resolution_saver.cpp ON)
280281

281-
# MultiDevice
282-
dai_add_example(multidevice mixed/multidevice.cpp OFF)
283-
284282
# NeuralNetwork
285283
dai_add_example(concatenate NeuralNetwork/concat_multi_input.cpp ON)
286284
dai_add_example(normalize NeuralNetwork/normalization_multi_input.cpp ON)
File renamed without changes.

0 commit comments

Comments
 (0)