CMake

# Point CMake at the source and build dirs
cmake -S src -B bin

# Build
cmake --build bin --parallel $(nproc)

# Clean
cmake --target clean bin

References

results matching ""

    No results matching ""