https://github.com/jsonzilla/prototype_range_v3
https://github.com/jsonzilla/prototype_range_v3
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsonzilla/prototype_range_v3
- Owner: jsonzilla
- Created: 2023-03-05T23:26:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T11:22:50.000Z (about 3 years ago)
- Last Synced: 2025-01-27T05:51:46.015Z (about 1 year ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Prototype Range V3
Simple Cmake project with gtest and range_v3
## Get submodules
````
git submodule update --init --recursive
````
## Build
```
mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..\src\
```