Is there a rookie guide on how to set up a C++ project with testing?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cmake-init

    The missing CMake project initializer

    Try setting up new project with this template: https://github.com/friendlyanon/cmake-init

  • cmake-skeleton

    CMake Skeleton project with custom modules

    You may use: https://github.com/feniksa/cmake-skeleton as reference.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • cookiecutter-cpp-project

    A cookiecutter for a C++ Project with lots of configuration options

    This will get you setup quite quickly with almost everything (cmake, testing, ci, python bindings, doxygen, among other things) and no much thinking: https://github.com/ssciwr/cookiecutter-cpp-project

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts