Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-63

Reduce list of installed headers to only those required by bson.h and dbclient.h

      Right now we use a glob to select the headers, which pulls in many headers required to build the driver, but which are not actually user facing (where user-facing is determined by being reachable by way of bson.h or dbclient.h).

      We should only install the subset of headers required to compile bson.h or dbclient.h

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: