modern-cmake-tutorial
CMake tutorial
A tutorial on building and using CMake libraries with modern practices
Tutorial about doing CMake Right
33 stars
2 watching
7 forks
Language: CMake
last commit: over 4 years ago
Linked from 1 awesome list
cmakecmake-basiscmake-modules
Related projects:
Repository | Description | Stars |
---|---|---|
toeb/moderncmake | A collection of samples and tutorials to learn modern CMake | 231 |
pr0g/cmake-examples | A collection of simple CMake projects to help understand the basics of CMake and installing. | 1,173 |
ruslo/cgold | A comprehensive guide to building and managing C++ projects using the CMake build system. | 525 |
pabloariasal/modern-cmake-sample | A sample project demonstrating best practices and proper usage of CMake in building a library and an executable. | 668 |
bilke/cmake-modules | A collection of additional CMake functionality. | 548 |
hanjianwei/cmake-modules | A collection of reusable pieces of code used to configure and extend CMake builds | 30 |
cliutils/cmake | A set of tools to assist in building code using CMake | 273 |
krux02/minimal_cmake_example | A minimal CMake project demonstrating source, resource, dependency, and packaging configurations. | 190 |
jedbrown/cmake-modules | CMake modules for various scientific libraries | 87 |
bast/cmake-example | Demonstrates various CMake features and builds a CDash testing dashboard | 142 |
staticlibs/cmake | A collection of CMake helper scripts and toolchains for building and managing static libraries | 9 |
kde/extra-cmake-modules | Provides common CMake functionality and build settings for software development | 135 |
cmake-basis/basis | A comprehensive suite of tools and utilities for creating and managing C++ projects and software libraries | 48 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
eyescale/cmake | A collection of reusable CMake modules and scripts to simplify project setup and dependencies. | 156 |