deepstreamIO / deepstream.io-client-cpp

deepstream.io C++ client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extract public API to include a single header file

yasserf opened this issue · comments

extract public API to include a single header file

Do we actually want a single header file? Does this mean a #include <deepstream.hpp> will (or can) pull in other header files so that include/deepstream/ can include other headers? One interpretation I had was : there should only be public header files in the include directory. And that should hold true for in-situ development from a git clone and as a result of running make install.