Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 352 Bytes

C++ Utils

Useful collection of free functions

Project Structure

  • src: Place your C++ source and header files here.
  • build: Output directory for build artifacts.

Building the Tests

For building and running the tests use CMake and Ninja:

cmake -S . -B build -G Ninja && cmake --build build && ./build/cpp_utils_test