cmake-init
Project Setup Template
A C++ project setup template using CMake for reliable, cross-platform development.
Template for reliable, cross-platform C++ project setup using cmake.
913 stars
40 watching
117 forks
Language: CMake
last commit: about 1 year ago
Linked from 1 awesome list
c-plus-plusc-plus-plus-11cmaketemplate
Related projects:
Repository | Description | Stars |
---|---|---|
acdemiralp/cmake_templates | Templates for creating C++ projects with cmake. | 128 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,138 |
cmake-basis/basis | A comprehensive suite of tools and utilities for creating and managing C++ projects and software libraries | 48 |
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 |
eyalamirmusic/jucecmakerepoprototype | A tool to create and build JUCE-based projects with minimal setup using CMake. | 247 |
arnavb/cpp14-project-template | A template for creating cross-platform C++14 projects with continuous integration and automated testing | 65 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
bsamseth/cpp-project | A template for building and testing C++ projects with automated testing and reporting features. | 600 |
grvlbit/travis-gtest-cmake-example | An example setup of Travis-CI with cmake and google test for C++ projects | 42 |
dmonopoly/gtest-cmake-example | An example setup of cmake with google test. | 316 |
qcring/qmlapplicationtemplate | A CMake project template for building a simple QML desktop application. | 42 |
vmchale/project-init | Automates project initialization by providing pre-configured templates and tools. | 138 |
leetal/ios-cmake | A toolchain file for building C/C++/Obj-C++ applications for various Apple platforms | 1,908 |
joshpeterson/cpp-template | A C++ project template with tools and infrastructure for building and testing C++ codebases | 51 |
thelartians/packageproject.cmake | A CMake script generator for creating packageable projects with standardized configuration options. | 108 |