Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom lib targets to be specified in the generator_config #14402

Closed
scotthart opened this issue Jun 28, 2024 · 1 comment
Closed

Allow custom lib targets to be specified in the generator_config #14402

scotthart opened this issue Jun 28, 2024 · 1 comment
Labels
cpp: generator Issues related to the C++ micro-generator type: cleanup An internal cleanup or hygiene concern.

Comments

@scotthart
Copy link
Member

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 scotthart added type: cleanup An internal cleanup or hygiene concern. cpp: generator Issues related to the C++ micro-generator labels Jun 28, 2024
@dbolduc
Copy link
Member

dbolduc commented Jul 15, 2024

This is less relevant, as we generated the BigQuery v2 API as its own bigquerycontrol library.

@dbolduc dbolduc closed this as completed Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp: generator Issues related to the C++ micro-generator type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

2 participants