Fork from https://github.com/alessandro-gentilini/Efficient-RANSAC-for-Point-Cloud-Shape-Detection
First configure
cmake -B cmake-build -S . -T host=x64 -A x64
then build
cmake --build .\cmake-build\ --config RelWithDebInfo
- moved source code to
src
dir