cmake_template
C++ development starter kit
C++ project template providing a set of best practices and tools for building and testing C++ applications
CMake for C++ Best Practices
1k stars
19 watching
122 forks
Language: CMake
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
acdemiralp/cmake_templates | Templates for creating C++ projects with cmake. | 128 |
filipdutescu/modern-cpp-template | A C++ project template that provides a basic structure and configuration for modern CMake projects with various features such as static analysis, unit testing, and continuous integration. | 1,730 |
cmake-basis/basis | A comprehensive suite of tools and utilities for creating and managing C++ projects and software libraries | 48 |
bsamseth/cpp-project | A template for building and testing C++ projects with automated testing and reporting features. | 600 |
lectem/cpp-boilerplate | A C++ template with modern CMake setup and basic project infrastructure | 313 |
joshpeterson/cpp-template | A C++ project template with tools and infrastructure for building and testing C++ codebases | 51 |
cginternals/cmake-init | A C++ project setup template using CMake for reliable, cross-platform development. | 913 |
arnavb/cpp14-project-template | A template for creating cross-platform C++14 projects with continuous integration and automated testing | 65 |
utilforever/cpp-oss-template | A C++ template project providing a basic structure for building open source software projects. | 14 |
thelartians/packageproject.cmake | A CMake script generator for creating packageable projects with standardized configuration options. | 108 |
cpp-best-practices/cppbestpractices | A collection of guidelines and resources for writing high-quality C++ code. | 8,134 |
qcring/qmlapplicationtemplate | A CMake project template for building a simple QML desktop application. | 42 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
cpp-pm/hunter | A C/C++ package manager providing a cross-platform solution for managing dependencies and packages in software projects. | 612 |
robotology/how-to-export-cpp-library | A C++ library template for exporting and distributing libraries in an OS-agnostic manner | 364 |