SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 CMake CPP Projects
-
re: C/C++ development: anybody using conda/pixi for dependency management? Here's an example of compiling a C++ SDL program using pixi and the SDL dependency from conda-forge [1].
Seems viable as a replacement for things like vckpg [2] which only builds from source.
I'm still researching this but it seems like rattler [3] is the tool to use to build/publish packages. The supported repos are: prefix.dev's own hosting, anaconda.org, artifactory or a self-hosted server.
--
1: https://github.com/prefix-dev/pixi/blob/main/examples/cpp-sd...
2: https://github.com/microsoft/vcpkg
3: https://prefix-dev.github.io/rattler-build/latest/authentica...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
-
CPM.cmake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
Have you taken a look at CPM ? https://github.com/cpm-cmake/CPM.cmake . It makes CMake project management easy - no need for separate package manager tool.
-
Project mention: CMake-init – The missing CMake project initializer | news.ycombinator.com | 2024-07-16
-
ios-cmake
A CMake toolchain file for iOS/iPadOS, visionOS, macOS, watchOS & tvOS C/C++/Obj-C++ development
-
-
cpp-project
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
-
project_options
A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.
-
cmake-git-version-tracking
Embed Git metadata in a C/C++ compatible static library using CMake (e.g. commit ID, author, date, and message).
-
GLFW-CMake-starter
Use CMake to create a project with GLFW - Multi-platform Windows, Linux and MacOS.
-
-
asap
A modern cmake starter project for C++ with a complete build lifecycle, testing, dependency management, etc. Portable across Linux, OS X and Windows. (by abdes)
-
-
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.
-
-
StaticTypeInfo
🏀 Up your type-game. A small C++ library for compile-time type names and type indices.
-
flextool
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
-
-
vcpkg-cmake-integration
Vcpkg autoinstaller for CMake: Fetch Vcpkg (with versioning), bootstrap Vcpkg, install packages from `vcpkg.json`-manifest or individually from within CMake
-
-
-
CMake CPP discussion
CMake CPP related posts
-
CMake-init – The missing CMake project initializer
-
CMake install schema for single- and multi-config generators
-
How does one actually build a C++ project
-
CMakeList.txt, add_executable vs. add_library vs. target_link_libraries vs. target_link_directories
-
Clang++ Halp
-
Putting libraries in program folder
-
CMake and Linking External libraries is a kick in the nuts if i've ever seen it.
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Jan 2025
Index
What are some of the best open-source CPP projects in CMake? This list will help you:
# | Project | Stars |
---|---|---|
1 | Vcpkg | 23,823 |
2 | cmake-examples | 12,547 |
3 | ModernCppStarter | 4,579 |
4 | CPM.cmake | 3,161 |
5 | cmake-init | 2,167 |
6 | ios-cmake | 1,954 |
7 | corrosion | 1,134 |
8 | cpp-project | 607 |
9 | project_options | 361 |
10 | cmake-git-version-tracking | 222 |
11 | GLFW-CMake-starter | 164 |
12 | NovusCore | 161 |
13 | asap | 139 |
14 | Observe | 127 |
15 | CppCMakeVcpkgTemplate | 116 |
16 | cmake-embed | 91 |
17 | StaticTypeInfo | 73 |
18 | flextool | 41 |
19 | tolc | 38 |
20 | vcpkg-cmake-integration | 34 |
21 | cpp-cmake-template | 34 |
22 | QtWindowsCMake | 28 |
23 | asap-textwrap | 25 |