[go: nahoru, domu]

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

feat(advisorynotifications): generate library #10814

Merged
merged 10 commits into from
Feb 14, 2023
Prev Previous commit
Next Next commit
fix cmake deps
  • Loading branch information
scotthart committed Feb 14, 2023
commit 15ceff48dbc72d07e74ea500703202a7e92f9252
2 changes: 1 addition & 1 deletion google/cloud/advisorynotifications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ foreach (dir IN LISTS service_dirs)
endforeach ()

include(GoogleCloudCppDoxygen)
google_cloud_cpp_doxygen_targets("advisorynotifications" DEPENDS
google_cloud_cpp_doxygen_targets("advisorynotifications" DEPENDS cloud-docs
google-cloud-cpp::advisorynotifications_protos)
coryan marked this conversation as resolved.
Show resolved Hide resolved

include(GoogleCloudCppCommon)
Expand Down