|
CXX-1173 is adding support for integrating the C++ driver via a CMake add_subdirectory() call instead of following the full installation process. This method should be documented either in the installation documentation or, perhaps better, under a "using the C++ driver" umbrella document that as an installation option and this new method as an alternate. The example CMake script located at examples/add_subdirectory/CMakeLists.txt should be consulted in the process of developing this documentation.
|