cmake quick starter project
yay cmake
.
├── 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 -L 2
See the open issues for a list of proposed features (and known issues).
A list of software releases for the project can be viewed here.
A list of notable changes for each software release, including new features, bug fixes, and other improvements can be viewed here.
Special thanks to listed resources that were helpful for this project!