# Run from project root directory cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release
# Navigate to build directory cd build # Run compilation with parallel build make -j # make -j$(nproc)
Last updated 7 days ago
Was this helpful?