https://cmake-basis.github.io/
个人记录。
CMake BASIS
The CMake Build system And Software Implementation Standard (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, utilities, and open source projects available. More importantly, BASIS supplies a fully integrated suite of functionality to make the whole process seamless!
Features
Project Creation
- Quick project setup with mad-libs style text substitution
- Customizable project templates
Standards
- Filesystem layout standards
- Basic software implementation standards
- Command-line parsing standards
- Coding Style Guidelines
Build system utilities
- New CMake Module APIs
- Version Control Integration
- Automatic Packaging
Documentation
- Documentation generation tools
- Manuals
- PDF and HTML output of each
- Integrated with CMake APIs
Testing
- Unit testing
- Continuous integration
- Executable testing frameworks
Program Execution
- Parsing library
- Command execution library
- Unix philosophy and tool chains
Supported Languages:
- C++, BASH, Python, Perl, MATLAB
Supported Packages:
Get Started
- Get your first taste with the Quick Start guide.
- Check out the How-to Guides for easy introductions to common tasks.
- Learn more About CMake BASIS, where it came from and why.
- Investigate the Reference and API for more in-depth information.