minimal_cmake_example
CMake project
A minimal CMake project demonstrating source, resource, dependency, and packaging configurations.
this tries to be a minimal cmake example, that covers sources resources dependencies and packaging.
188 stars
10 watching
46 forks
Language: CMake
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pr0g/cmake-examples | A collection of simple CMake projects to help understand the basics of CMake and installing. | 1,169 |
bast/cmake-example | Demonstrates various CMake features and builds a CDash testing dashboard | 142 |
pabloariasal/modern-cmake-sample | A sample project demonstrating best practices and proper usage of CMake in building a library and an executable. | 667 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
thelartians/packageproject.cmake | A CMake script generator for creating packageable projects with standardized configuration options. | 108 |
forexample/package-example | A CMake example project demonstrating the installation and usage of a package | 398 |
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 |
euler0/mini-cmake-qt | A minimal CMake project template for Qt 6 applications | 209 |
eyescale/cmake | A collection of reusable CMake modules and scripts to simplify project setup and dependencies. | 156 |
viva64/pvs-studio-cmake-examples | Examples of integrating a static code analysis tool with CMake project builds and analyses. | 53 |
bilke/cmake-modules | A collection of additional CMake functionality. | 548 |
mhmrhm/seemake | A feature-packed CMake template with testing, static and dynamic checks, coverage reports, and documentation | 4 |
siegelord/rustcmake | An example project demonstrating CMake usage with Rust programming language | 109 |
acdemiralp/cmake_templates | Templates for creating C++ projects with cmake. | 128 |