Xamla / torch-pcl

Point Cloud Library (PCL) bindings for Torch
BSD 3-Clause "New" or "Revised" License
30 stars 7 forks source link

Faster build after changes: Partition source along classes/technique not point type #6

Open andreaskoepf opened 8 years ago

andreaskoepf commented 8 years ago

Currently xyz.cpp and the other 'point-type generator files' include a set of files from the generic folder... this leads to long recompilation of effectively nearly the whole library as soon as a single wrapper was changed. By using individual files for the classes/technologies the compilation time could be reduced significantly.