cpp-driver
cpp-driver copied to clipboard
CMake Target Export
CMake includes utilities to allow projects to neatly and easily include one another in their builds. In particular, CMake export targets allow users to easily import those targets in their builds.
A small change to the current cmake to export your targets would go a long way to make the cpp driver easier to consume.