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

https://github.com/jsonzilla/prototype_range_v3


https://github.com/jsonzilla/prototype_range_v3

Last synced: 12 months ago
JSON representation

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\
```