beaglebone-nodeBuildReleasemkdir ./build cd ./build cmake .. make all Debugmkdir ./build cd ./build cmake -DCMAKE_BUILD_TYPE=Debug .. make all Build testsBuildmkdir ./build cd ./build cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON .. make tests Runmake test