deepstream.io-client-cpp icon indicating copy to clipboard operation
deepstream.io-client-cpp copied to clipboard

Create CMake snippet for libdeepstream

Open frobware opened this issue 8 years ago • 1 comments

frobware avatar Mar 08 '17 13:03 frobware

It is customary to use:

FindFOO

in CMake files.

We need to create the equivalent for deepstream so that a client can add this to their CMakeLists.txt as:

FindLibary(deepstream)

Doing so allows them to get the right set of include and library directives (for the platform that is being built) without them having to understand how libdeepstream is built and whether or not it has any additional dependencies.

It is customary to also include this file when doing make install.

frobware avatar Mar 08 '17 13:03 frobware