Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 2.53 KB

README.md

File metadata and controls

53 lines (46 loc) · 2.53 KB

cmakeQuickStart

cmake quick starter project

GitHub license GitHub issues GitHub forks
CMake CI

Installation

yay cmake

Folder structure

.
├── dep/                        # dependencies
├── lib/                        # library files directory
├── scripts/                    # scripts/miscellaneous
├── src/                        # source files directory
├── test/                       # unit test directory
│   └── mainTest.hpp            # main test header
├── CHANGELOG.md                # Change logs
├── CODEOWNER                   # Code ownership
├── CMakeLists.txt              # Main CMakeLists.txt
├── LICENSE         
├── Makefile
└── README.md   

Use short lowercase names at least for the top-level files and folders except LICENSE, README.md

Tree view

tree -L 2

Roadmap

See the open issues for a list of proposed features (and known issues).

Releases

A list of software releases for the project can be viewed here.

Changelog

A list of notable changes for each software release, including new features, bug fixes, and other improvements can be viewed here.

Acknowledgements

Special thanks to listed resources that were helpful for this project!