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

https://github.com/bewaremypower/protobufwindemo

Using Protobuf in Windows (MSVC)
https://github.com/bewaremypower/protobufwindemo

Last synced: 4 months ago
JSON representation

Using Protobuf in Windows (MSVC)

Awesome Lists containing this project

README

          

# ProtobufWinDemo

```bash
vcpkg install --triplet x64-windows-static
cmake -B out
cmake --build out --config Release
```