CMakePresets.json and vcpkg based GitHub Action workflows for C++

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

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

    A template project to build a C++/CMake/vcpkg based projects with IDE and GitHub Actions. Build is sped up with caching of artifacts.

  • I'd like to share a minimal C++ project template https://github.com/lukka/CppCMakeVcpkgTemplate based on CMakePresets.json and vcpkg manifest mode. It can be of great help to understand how to leverage CMake's presets and vcpkg's manifest, both on your local machine as well on remote builds run on workflows. Enjoy!

  • cmake-init

    The missing CMake project initializer

  • As part of the cmake-init examples I also have an example showing vcpkg integration with a CMake project with exact instructions on what that takes, which also involves CI.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cmake-init-vcpkg-example

    cmake-init generated executable project with vcpkg integration

  • As part of the cmake-init examples I also have an example showing vcpkg integration with a CMake project with exact instructions on what that takes, which also involves CI.

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