mkdir build
cd build
cmake ..
cmake --build .
cd ..
./out/bin/CodeHero
Or (on Windows):
cd ..
./out/bin/(Release/Debug)/CodeHero.exe
cd build
cmake -D_CODEHERO_BUILD_TESTS=ON ..
cmake --build .
../out/bin/CodeHeroSpecs # (You know the drill for Windows)