Skip to content

KDesp73/cpp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ Project Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors