deepstreamIO / deepstream.io-client-cpp

deepstream.io C++ client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build needs to install mapbox/variant headers

frobware opened this issue · comments

Build needs to install mapbox/variant headers

As we are reliant on mapbox/variant.hpp the build needs to ensure that these headers get installed when you do: $ make install

Without these it would not be possible for a client to consume the library independently.