Skip to content

Commit

Permalink
Update cmakelist to fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol444 committed Jan 24, 2025
1 parent b9cf2ae commit 653e9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ dai_add_example(camera_multiple_outputs Camera/camera_multiple_outputs.cpp OFF O
dai_add_example(image_manip_host HostNodes/image_manip_host.cpp OFF OFF)
dai_add_example(image_manip_color_conversion_host HostNodes/image_manip_color_conversion.cpp OFF OFF)
dai_add_example(image_manip_v2_resize ImageManip/image_manip_v2_resize.cpp OFF OFF)
dai_add_example(image_manip_v2_mod ImageManip/image_manip_v2_mod.cpp OFF OFF)
dai_add_example(image_manip_v2_multi_ops ImageManip/image_manip_v2_multi_ops.cpp OFF OFF)
dai_add_example(image_manip_color_conversion ImageManip/image_manip_color_conversion.cpp OFF OFF)

# Record
Expand Down
4 changes: 2 additions & 2 deletions examples/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ add_python_example(threaded_host_nodes HostNodes/threaded_host_nodes.py)
dai_set_example_test_labels(threaded_host_nodes ondevice rvc2_all rvc4 ci)

## ImageManip
add_python_example(image_manip_mod ImageManip/image_manip_v2_mod.py)
dai_set_example_test_labels(image_manip_mod ondevice rvc2_all rvc4 ci)
add_python_example(image_manip_v2_multi_ops ImageManip/image_manip_v2_multi_ops.py)
dai_set_example_test_labels(image_manip_v2_multi_ops ondevice rvc2_all rvc4 ci)

add_python_example(image_manip_resize ImageManip/image_manip_v2_resize.py)
dai_set_example_test_labels(image_manip_resize ondevice rvc2_all rvc4 ci)
Expand Down

0 comments on commit 653e9ee

Please sign in to comment.