pcl
pcl copied to clipboard
Draft: Move app kinect_viewer_cuda to general app directory
Following-up of #5528
Currently only draft, as there some issues:
topological_sortsortsappsbeforecuda=> didn't debugged why, but calledadd_subdirectoryseparately to solve this issue- See,s the CUDA target have wrong include directories defined as it is including now
pcl/cuda/includeinstead of ``pcl/cuda/io/include` (therefore Draft as I didn't found a fast workaround for it)
collect_subproject_directory_names only search first level of directories, ie. it finds cuda and gpu... But not subdirectories. So its flawed. I tried to use a GPU method in benchmarks and I just experienced the same. Didn't find a good solution either.