Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arashem/cpp-sample
Just basic cpp project based on CMake
https://github.com/arashem/cpp-sample
Last synced: 10 days ago
JSON representation
Just basic cpp project based on CMake
- Host: GitHub
- URL: https://github.com/arashem/cpp-sample
- Owner: ArashEM
- Created: 2024-07-15T12:34:31.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-20T11:19:41.000Z (6 months ago)
- Last Synced: 2024-11-14T15:05:59.787Z (2 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
It's just a hobby modern c++ project which I don't know what will be do yet :-)
I'm gladly using `ISO c++17`# Build
Simple `Cmake` project
```bash
cmake -B build-dir -S ./
cmake --build build-dir
```