scylladb / cpp-driver

Scylla C/C++ Driver
25 stars 25 forks source link

Install exports #53

Closed jtcarnes closed 2 years ago

jtcarnes commented 3 years ago

closes #52

MR to allow target export of the CPP driver (allows another project to build as part of their build, which is a primary usecase for the scylla driver). Additionally, adds install export function which allows other code to more easily import the cpp driver once it's installed.