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

Apple - Allow headers to be found solely via framework linkage #89

Open lugehorsam opened 1 year ago

lugehorsam commented 1 year ago

We think that due to a bug in CMake's PUBLIC HEADER property, users need to include headers via manually adjusting their header paths even though they've already specified that they need to link to the framework.

A modulemap file may be related.