Example name on raspberry and windows
Hi, I have just finished compilation opencv on raspberry and it seems that example names have changed for opencv_contrib Windows it is : module_example_name raspberry it is : example_module_name
ie on windows it is ximgproc-example-paillou_demo.exe and raspberry it is example_ximgproc_paillou_demo. What is the reason? Shouldn't be easier if name are same on all platforms?
May be problem is here :
set(the_target "example_${module_id}_${name}")
and for windows with vs
OUTPUT_NAME "${module_id}-example-${name}"
Is it right ?