cmake-examples
CMake examples
A collection of CMake examples demonstrating various configuration techniques and build processes for modern software projects.
Useful CMake Examples
12k stars
186 watching
3k forks
Language: CMake
last commit: over 1 year ago
Linked from 1 awesome list
boostcatchclangclang-formatcmakecpackcppcppcheckctestgoogle-teststatic-analysistutorialunit-testing
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A tutorial project demonstrating various CMake scenarios and best practices for building and managing C++ projects. | 3,211 |
| | A cross-platform build system generator | 6,933 |
| | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
| | A CMake module for managing dependencies in cross-platform projects | 3,099 |
| | A collection of simple CMake projects to help understand the basics of CMake and installing. | 1,177 |
| | Examples of integrating a static code analysis tool with CMake project builds and analyses. | 55 |
| | A minimal CMake project demonstrating source, resource, dependency, and packaging configurations. | 191 |
| | A CMake example project demonstrating the installation and usage of a package | 398 |
| | A sample project demonstrating best practices and proper usage of CMake in building a library and an executable. | 669 |
| | A CMake script generator for creating packageable projects with standardized configuration options. | 111 |
| | A toolchain file for building C/C++/Obj-C++ applications for various Apple platforms | 1,934 |
| | Demonstrates various CMake features and builds a CDash testing dashboard | 142 |
| | An example setup of cmake with google test. | 316 |
| | An example setup of Travis-CI with cmake and google test for C++ projects | 42 |
| | A collection of additional CMake functionality. | 549 |