heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
68 stars 25 forks source link

Optionally include optional-lite in builds (ON by default, OFF for vcpkg consumers) #76

Closed lugehorsam closed 1 year ago

lugehorsam commented 1 year ago

We keep the include flag on by default for users not using vcpkg, which is the vast majority of our users. We turn it off when nakama-cpp is being consumed by vcpkg users because it's listed as a typical vcpkg dependency.

Depends on #74