Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kdesp73/cpp-starter
- Owner: KDesp73
- Created: 2023-07-02T19:32:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T21:41:10.000Z (9 months ago)
- Last Synced: 2024-11-22T19:26:32.094Z (2 months ago)
- Topics: cmake, cpp, project, template
- Language: CMake
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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