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
2k forks
Language: CMake
last commit: 9 months ago
Linked from 1 awesome list
boostcatchclangclang-formatcmakecpackcppcppcheckctestgoogle-teststatic-analysistutorialunit-testing
Related projects:
Repository | Description | Stars |
---|---|---|
akagi201/learning-cmake | A tutorial project demonstrating various CMake scenarios and best practices for building and managing C++ projects. | 3,205 |
kitware/cmake | A cross-platform build system generator | 6,875 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
cpm-cmake/cpm.cmake | A CMake module for managing dependencies in cross-platform projects | 3,035 |
pr0g/cmake-examples | A collection of simple CMake projects to help understand the basics of CMake and installing. | 1,169 |
viva64/pvs-studio-cmake-examples | Examples of integrating a static code analysis tool with CMake project builds and analyses. | 53 |
krux02/minimal_cmake_example | A minimal CMake project demonstrating source, resource, dependency, and packaging configurations. | 188 |
forexample/package-example | A CMake example project demonstrating the installation and usage of a package | 398 |
pabloariasal/modern-cmake-sample | A sample project demonstrating best practices and proper usage of CMake in building a library and an executable. | 667 |
thelartians/packageproject.cmake | A CMake script generator for creating packageable projects with standardized configuration options. | 108 |
leetal/ios-cmake | A toolchain file for building C/C++/Obj-C++ applications for various Apple platforms | 1,908 |
bast/cmake-example | Demonstrates various CMake features and builds a CDash testing dashboard | 142 |
dmonopoly/gtest-cmake-example | An example setup of cmake with google test. | 316 |
grvlbit/travis-gtest-cmake-example | An example setup of Travis-CI with cmake and google test for C++ projects | 42 |
bilke/cmake-modules | A collection of additional CMake functionality. | 548 |