A library of useful general-purpose functions for use in any program.
- from https://github.com/fmtlib/fmt
- install on macOS: brew install fmt
- from https://github.com/ericniebler/range-v3
- install on macOS: brew install range-v3
- from https://github.com/HowardHinnant/date
- install on macOS: brew install howard-hinnant-date
- Go to the root directory of your project (I assume you have git initialized).
- Enter the command: git submodule add https://github.com/piotrpsz/share.git
- In your project's CMakeLists.txt file, add the following:
- add_subdirectory(share)
- target_link_libraries(your_project_name PUBLIC share)