I'm working with point cloud library (PCL) and OpenCV in order to process some point cloud data. The test program is very small, just creating a point cloud and converting it. Nothing fancy.
Build system is cmake 3.13
.
The binary links to PCL_LIBRARIES
and OpenCV_LIBRARIES
. That step is taking ages (i.e. multiple minutes) to finish every time I change something in my code.
Is there a way to accelerate the link step?