Track Awesome Cmake Updates Daily
A curated list of awesome CMake resources, scripts, modules and examples.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 onqtam/awesome-cmake · ⭐ 5K · 🏷️ Programming Languages
Aug 31, 2024
Examples / Templates
- SeeMake (⭐2) - A feature-packed, ready-to-use CMake template with testing, static and dynamic checks, coverage reports, and more.
[MIT]
May 18, 2022
Other
- version-from-git (⭐4) - Bake git information into your binary.
[MIT]
Apr 01, 2022
Modules
- Oranges - Ben Vining's library of CMake modules and toolchains
[GPL]
Oct 13, 2020
Toolchains
- toolchains (⭐89) - For cross-compiling with CMake. They are meant to be mainly used on ArchLinux.
[NO LICENSE]
Jun 11, 2020
Examples / Templates
- ModernCppStarter (⭐4.3k) - A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management, tests using doctest (⭐5.8k) and much more.
[UNLICENSE]
May 18, 2020
Community
Apr 11, 2020
Resources
- Tutorial - Modern CMake tutorials part1: CMake basics
Apr 02, 2020
Toolchains
- Arduino-CMake-Toolchain (⭐136) - CMake toolchain for all official and 3rd party Arduino platforms.
[MIT]
Mar 27, 2020
Resources
- Tutorial (⭐33) - Tutorial and Example on How to Properly Use Modern CMake.
Mar 15, 2020
Resources
- Article - A list of common CMake antipatterns (from 2013 but still relevant).
Feb 14, 2020
Other
- cmake-maven-plugin (⭐76) - CMake integration for Maven builds.
[APACHE2]
Jan 03, 2020
Resources
- Lecture - Oh No! More Modern CMake (slides (⭐168))- by Deniz Bahadir, Meeting C++ 2019.
Dec 09, 2019
Other
- cmake-language-server (⭐324) - CMake Language Server Protocol Implementation.
[MIT]
Aug 14, 2019
Modules
- FindIDL (⭐27) - CMake module for building IDL files with MIDL and generating CLR DLL using Tlbimp.
[MIT]
Aug 05, 2019
Package Management / Build Systems
Modules
- CMakeCM (⭐2) - CMake Community Modules.
[NO LICENSE]
May 22, 2019
Utility Scripts
- CMakeCooking - Flexible development environments for CMake projects with external dependencies
.
[APACHE2]
May 19, 2019
Package Management / Build Systems
- cpm (⭐2.8k) - A setup-free CMake + git dependency manager.
[MIT]
Apr 14, 2019
Examples / Templates
- cpp-project (⭐594) - Boiler plate for C++ projects - tests, CI, coverage, docs.
[UNLICENSE]
Apr 12, 2019
Modules
- Metabench (⭐181) - CMake module for compile-time microbenchmarks.
[BOOST]
Apr 03, 2019
Resources
- Lecture - More Modern CMake (slides & examples (⭐168))- by Deniz Bahadir, Meeting C++ 2018.
Mar 23, 2019
Utility Scripts
- ixm (⭐106) - Make CMake less painful when trying to write Modern Flexible CMake.
[MIT]
Mar 11, 2019
Examples / Templates
- cmake-examples (⭐1.1k) - A collection of as simple as possible, modern CMake projects.
[MIT]
Mar 01, 2019
Resources
- Article - Modifying the default CMake build types/flags, toolchains and patches - Oh my! - by Cristian Adam.
Jan 07, 2019
Examples / Templates
- how-to-export-cpp-library (⭐360) - An OS-agnostic template project for exporting either shared, static or header-only C++ library, sporting ctest and CI support, written in plain CMake with line-by-line tutorial comments.
[MIT]
Nov 23, 2018
Other
Nov 20, 2018
Examples / Templates
- pitchfork (⭐1.1k) - A set of conventions for native C and C++ projects.
[MIT]
Oct 01, 2018
Other
- cmake_check (⭐20) - Static analysis (linter) for the CMake language (e.g. to enforce modern CMake rules).
[MIT]
Sep 26, 2018
Modules
- FindWiX (⭐18) - CMake module for building Windows Installer packages with WiX toolset.
[BSD3]
Examples / Templates
- cpp-template (⭐51) - A template C++ repository, using CMake and Catch.
[NO LICENSE]
Aug 16, 2018
Resources
- Web Book (⭐521) - CGold: The Hitchhiker’s Guide to the CMake.
[BSD2]
- Article - Easily supporting CMake install and find_package().
- Article - Easy dependency management for C++ with CMake and Git.
- Article - Opt-in header-only libraries with CMake.
- Article - Ultimate Guide to Modern CMake.
- Article - How to Build a CMake-Based Project.
- Article - Learn CMake's Scripting Language in 15 Minutes.
- Article - The architecture of CMake.
- Lecture - Effective CMake - by Daniel Pfeifer, C++Now 2017.
- Article - Building Cross-Platform CUDA Applications with CMake.
- Tutorial (⭐61) - A step-by-step guide for understanding CMake.
- Article + Lecture - Embracing Modern CMake - by Stephen Kelly.
- Lecture - Modern CMake for Modular Design - by Mathieu Ropert, CppCon 2017.
- Article - It's Time To Do CMake Right (one of the best articles about CMake).
- Articles - A series on CMake - by Martin Hořeňovský
- Lecture - Introduction to CMake - by Florent Castelli, C++ Sweden 2018.
- Article - Some nice and accurate CMake tips.
- Article - Modern CMake for Library Developers.
- Article - Effective Modern CMake: a great summary of most good practices - by Manuel Binna.
- Book - Professional CMake: A Practical Guide (paid).
- Book - Effective CMake: Practical Advice to Write Better CMake (not fully written yet).
- Web Book - An Introduction to Modern CMake.
- YouTube Series - How to CMake Good.
[CC0-1.0]
Jun 25, 2018
Modules
- YCM (⭐50) - Extra CMake Modules for Yet Another Robot Platform (⭐516) and friends.
[BSD3]
Jun 11, 2018
Examples / Templates
- cmake-cookbook (⭐2.7k) - A huge CMake cookbook full of recipes.
[MIT]
Jun 08, 2018
Examples / Templates
- cmake_snippets (⭐52) - Short copy-pasteable CMake snippets.
[BSD3]
May 15, 2018
Examples / Templates
- cmake_templates (⭐128) - Templates for creating C++ libraries and executables (including conan).
[NO LICENSE]
Apr 24, 2018
Package Management / Build Systems
- vcpkg (⭐23k) - A tool to acquire and build C++ open source libraries. Uses CMake internally as a build script language.
[MIT]
Other
- cmake-checks-cache (⭐73) - CMake checks cache helper modules.
[MIT]
Apr 17, 2018
Examples / Templates
- cpp14-project-template (⭐64) - A C++14 template with CI, tests, code coverage, docs and static analysis integration.
[CC0-1.0]
Apr 09, 2018
Examples / Templates
- CMakeInstallExample (⭐35) - Installation example for a C++ project (Windows) with Cmake.
[NO LICENSE]
Feb 20, 2018
Examples / Templates
- modern-cmake-sample (⭐664) - Best practices and proper usage of CMake by using targets.
[NO LICENSE]
Feb 05, 2018
Examples / Templates
- cpp-boilerplate (⭐312) - Template that aims to be a reference for modern CMake and CI.
[MIT]
Jun 07, 2017
Utility Scripts
- cmake-get (⭐63) - Get dependencies in config or script mode.
[NO LICENSE]
Apr 20, 2017
Package Management / Build Systems
Oct 28, 2016
Other
- osg-3rdparty-cmake (⭐178) - CMake scripts for building OpenSceneGraph third party libraries.
[MIXED LICENSE]
Oct 12, 2016
Resources
- Modern CMake (⭐229) - Modern CMake PDF and samples by the creator of cmakepp (⭐434).
[MIT]
Oct 10, 2016
Community
Resources
Oct 09, 2016
Community
Oct 07, 2016
Package Management / Build Systems
- hunter (⭐1.9k) - Cross-platform package manager for C++ (based on CMake ExternalProject).
[BSD2]
- cget (⭐447) - CMake package retrieval. This can be used to download and install CMake packages.
[BOOST]
- cpm (⭐741) - C++ Package Manager based on CMake and Git.
[MIT]
- conan (⭐8.1k) - Conan C++ Package Manager, implemented in Python and has a CMake integration backend.
[MIT]
- fips (⭐468) - High-level build system/dependency management for distributed, multi-platform C/C++ projects.
[MIT]
- Ninja (⭐11k) - Build system that differs from others in two major respects: it is designed to have its input files generated by a higher-level build system (like CMake), and it is designed to run builds as fast as possible.
[APACHE2]
Modules
- cmake-modules (⭐1k) - Ryan Pavlik's collection of CMake modules. There are a number of find modules, especially for virtual reality and physical simulation, some utility modules, and some patches or workarounds for CMake itself.
[BOOST]
- cmake-modules (⭐545) - This is a collection of additional CMake modules. Most of them are from Ryan Pavlik.
[BOOST]
- CMake (⭐155) - Eyescale's common CMake modules.
[BSD3]
- cmake-modules (⭐87) - CMake modules for some scientific libraries.
[BSD2]
- cgcmake (⭐128) - CMake modules for common applications related to computer graphics.
[MIT]
- FindMathematica (⭐59) - CMake module for Mathematica.
[MIT]
- extra-cmake-modules (⭐129) - KDE's extra modules and scripts for CMake.
[BSD3]
- FindICU.cmake (⭐30) - CMake module to find International Components for Unicode (ICU) Library.
[BSD2]
- FindTBB (⭐88) - CMake find module for Intel Threading Building Blocks.
[MIT]
- cmake-modules (⭐29) - hanjianwei's CMake module collection.
[MIT]
Utility Scripts
- cotire (⭐1.3k) - Cotire (compile time reducer) is a CMake module that speeds up the build process of CMake based build systems by fully automating techniques as precompiled headers and unity builds for C and C++.
[MIT]
- ucm (⭐210) - For managing compiler/linker flags, collecting sources, precompiled headers, unity builds and others.
[MIT]
- cmakepp (⭐434) - Enhancement Suite for the CMake Build System.
[MIT]
- sugar (⭐98) - CMake tools and examples: collecting source files, warnings suppression, etc.
[BSD2]
- DownloadProject (⭐442) - CMake module for downloading an external project's source at configure time.
[MIT]
- buildem (⭐27) - Modular CMake-based system that leverages ExternalProject to simplify builds.
[LICENSE]
- coveralls-cmake (⭐85) - Coveralls JSON coverage generator and uploader for CMake.
[MIT]
- compatibility (⭐74) - Improved version of cmake-compile-features.
[LICENSE]
- cmake-modules (⭐44) - LibFindMacros development repository and other cool CMake stuff.
[LICENSE]
- GreatCMakeCookOff (⭐41) - This is a repository of useful and less than useful CMake recipes.
[MIT]
- cppcheck-target-cmake (⭐18) - Per-target CPPCheck for CMake.
[MIT]
- clang-tidy-target-cmake (⭐16) - Add clang-tidy checks to a target using CMake.
[MIT]
- cmake-unit (⭐36) - Unit testing framework for CMake.
[MIT]
- cmake-header-language (⭐4) - CMake macro to determine the language of a header file.
[MIT]
- tooling-cmake-util (⭐3) - Utility and common library for all polysquare CMake tools.
[MIT]
- iwyu-target-cmake (⭐10) - CMake integration for include-what-you-use.
[MIT]
- sanitizers-cmake (⭐372) - CMake module to enable sanitizers for binary targets.
[MIT]
- cmake-precompiled-header (⭐160) - Visual Studio and GCC precompiled header macro.
[LICENSE]
- CMakePCHCompiler (⭐103) - CMake precompiled headers via custom compiler extension - with reuse support!
[MIT]
- CMake-codecov (⭐89) - Enables code coverage and generates coverage reports with CMake targets.
[GPL]
Toolchains
- dockcross (⭐3.2k) - Cross compiling toolchains in Docker images.
[MIT]
- android-cmake (⭐1.2k) - CMake toolchain file and other scripts for the Android NDK.
[BSD3]
- ios-cmake (⭐313) - Toolchain file and examples using CMake for iOS development.
[BSD3]
- qt-android-cmake (⭐243) - For building and deploying Qt based apps on Android without QtCreator.
[LICENSE]
- mingw-w64-cmake - CMake-based MinGW-w64 Cross Toolchain - to build Windows binaries of mpv.
[ISC]
- cmake-avr (⭐173) - CMake toolchain for AVR.
[LICENSE]
- arduino-cmake (⭐61) - This is the CMake project settings for the Arduino platform.
[MPL]
- polly (⭐858) - Collection of CMake toolchain files and scripts for cross-platform build and CI testing.
[BSD2]
- cmake (⭐9) - Collection of CMake toolchain files, mostly for static linking.
[APACHE2]
Examples / Templates
- cmake-init (⭐910) - Template for reliable, cross-platform C++ project setup using CMake.
[LICENSE]
- android-cmake (⭐34) - Examples of using ruslo/hunter (⭐1.9k) package manager for an Android application.
[BSD2]
- hunter-simple (⭐49) - Example of downloading/installing dependencies using ruslo/hunter (⭐1.9k) package manager.
[BSD2]
- package-example (⭐398) - Config mode of find_package (examples for this Stack Overflow question).
[NO LICENSE]
- minimal_cmake_example (⭐186) - Minimal CMake example, that covers dependencies and packaging.
[CC0-1.0]
- cmake-example (⭐142) - Example project which demonstrates various CMake features.
[BSD3]
- cmake-examples (⭐12k) - Useful CMake examples in a tutorial format.
[MIT]
- mini-cmake-qt (⭐208) - Minimal CMake template for Qt 5 projects.
[LICENSE]
- BASIS (⭐48) - CMake BASIS makes it easy to create sharable software and libraries that work together.
[BSD2]
Other
- autocmake (⭐42) - Using a autocmake.yml file Autocmake composes CMake building blocks into a CMake project and generates CMakeLists.txt as well as a setup script, which serves as a front-end to CMakeLists.txt.
[BSD3]
- scikit-build (⭐482) - Improved build system generator for CPython C extensions.
[MIT]
- node-cmake (⭐78) - CMake-based build system for node.js native modules.
[ISC]
- cmake-font-lock (⭐45) - Advanced syntax coloring support for CMake scripts inside Emacs.
[GPL]
- autovala (⭐104) - Program that automatically generates CMake configuration files for your Vala project.
[GPL]
- catkin (⭐317) - CMake-based build system that is used to build all packages in Robot Operating System (ROS).
[BSD3]
- suitesparse-metis-for-windows (⭐440) - CMake scripts for painless usage of SuiteSparse+METIS.
[BSD3]
- cmake-d (⭐65) - CMake for D2.
[MIT]
- cmakeprojectmanager2 (⭐74) - Enhanced CMake Project Manager plugin for Qt Creator.
[NO LICENSE]
- cmake-lint (⭐102) - Check for coding style issues in CMake files. cmakelint requires Python.
[APACHE2]
- git-cmake-format (⭐58) - Integrate clang-format into your CMake project hosted in a git repository.
[LICENSE]
- configure-cmake (⭐85) - configure-cmake is an autotools-style configure script for CMake-based projects.
[CC0-1.0]
- cmake-ast (⭐28) - Python module to reduce a CMake file to an AST.
[MIT]