BASIS
C++ project toolkit
A comprehensive suite of tools and utilities for creating and managing C++ projects and software libraries
CMake BASIS makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting some of the best practices and utilities available. This project supplies a fully integrated suite of functionality to make the whole process seamless!
48 stars
7 watching
10 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
cmakecmake-basisproject-creationproject-template
Related projects:
Repository | Description | Stars |
---|---|---|
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,138 |
acdemiralp/cmake_templates | Templates for creating C++ projects with cmake. | 128 |
thelartians/packageproject.cmake | A CMake script generator for creating packageable projects with standardized configuration options. | 108 |
cginternals/cmake-init | A C++ project setup template using CMake for reliable, cross-platform development. | 913 |
leetal/ios-cmake | A toolchain file for building C/C++/Obj-C++ applications for various Apple platforms | 1,908 |
eyescale/cmake | A collection of reusable CMake modules and scripts to simplify project setup and dependencies. | 156 |
krux02/minimal_cmake_example | A minimal CMake project demonstrating source, resource, dependency, and packaging configurations. | 188 |
lukka/run-cmake | An action that automates C++ application builds using CMake and vcpkg. | 182 |
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 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
cliutils/cmake | A set of tools to assist in building code using CMake | 273 |
lectem/cpp-boilerplate | A C++ template with modern CMake setup and basic project infrastructure | 313 |
polysquare/tooling-cmake-util | Provides utility functions to integrate static analysis tools with C++ projects. | 3 |
kde/extra-cmake-modules | Provides common CMake functionality and build settings for software development | 135 |
bsamseth/cpp-project | A template for building and testing C++ projects with automated testing and reporting features. | 600 |