Skip to content

Commit 4fa1ee4

Browse files
author
Matevz Morato
committed
Turn on testing for the example
1 parent abbed5d commit 4fa1ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ dai_add_example(rgb_encoding_mono_mobilenet mixed/rgb_encoding_mono_mobilenet.cp
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)
253253
dai_add_example(multiple_devices mixed/multiple_devices.cpp OFF)
254-
dai_add_example(frame_sync mixed/frame_sync.cpp OFF)
254+
dai_add_example(frame_sync mixed/frame_sync.cpp ON)
255255

256256
target_compile_definitions(mono_depth_mobilenetssd PRIVATE BLOB_PATH="${mobilenet_blob}")
257257
target_compile_definitions(rgb_encoding_mono_mobilenet PRIVATE BLOB_PATH="${mobilenet_blob}")

0 commit comments

Comments
 (0)