I'am trying to compile mongo-c-driver from this link regarding to described in this link.
I have compiled libbson successfulty, when i try to below command I get The source directory "/" does not appear to contain CMakeLists.txt.
cmake -G "Visual Studio 14 2015 Win64" \ "-DCMAKE_INSTALL_PREFIX=C:\mongo-c-driver" \ "-DBSON_ROOT_DIR=C:\mongo-c-driver"