Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdesp73/cpp-starter

C++ Project Template
https://github.com/kdesp73/cpp-starter

cmake cpp project template

Last synced: 6 days ago
JSON representation

C++ Project Template

Awesome Lists containing this project

README

        

# CPP-Project-Template

## Tree

```
.
├── CMakeLists.txt
├── .editorconfig
├── .gitignore
├── include
│   └── header.h
├── README.md
├── scripts
│   ├── build
│   ├── build_and_run
│   ├── clean
│   ├── clean_and_build
│   ├── remove_submodule
│   └── run
├── src
│   └── main.cpp
└── tests
└── test.cpp