heroiclabs / nakama-cpp

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

For #15, Fixed CMake for Mac #16

Closed dhruvkakadiya closed 5 years ago

dhruvkakadiya commented 5 years ago

Linked openSSL, crypto and Apple specific secure libs to compile example code on Mac.

Details:

* Fixed CMakeLists.txt to include linking of needed libraries.
* Fixed all build python scripts so that it can be executed with
  python3 as well because print statements weren't compatible with
  pyhton3 syntax.
Dimon4eg commented 5 years ago

No activity from contributor.