google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Allow custom lib targets to be specified in the generator_config

Open scotthart opened this issue 1 year ago • 0 comments

99% of the time, the lib path for a service is simply "./lib64/cmake/google_cloud_cpp_" + lib. For the other 1% we need to specify a custom path to emit into ci/etc/expected_install_directories. We can either hard code these few exceptions or add support to generically specify them.

scotthart avatar Jun 28 '24 20:06 scotthart