- create an empty build folder in the root of the project and go inside the build
mkdir build && cd build
- run
cmake ..
from terminal inside the build folder - run
make
to build - Executable will be created inside build with name PointCloudObjTransfer. To run the executable
./PointCloudObjTransfer