Skip to content

Commit

Permalink
cmake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart committed Aug 29, 2023
1 parent 128005c commit 2e0e992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google/cloud/policytroubleshooter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@

include(GoogleCloudCppLibrary)

set(GOOGLE_CLOUD_CPP_SERVICE_DIRS "" "v1/")
set(GOOGLE_CLOUD_CPP_SERVICE_DIRS "" "v1/" "iam/v3/")

set(GOOGLE_CLOUD_CPP_DOXYGEN_EXTRA_INCLUDES
"${PROJECT_BINARY_DIR}/google/cloud/iam_policy")

google_cloud_cpp_add_ga_grpc_library(policytroubleshooter
"Policy Troubleshooter API")
Expand Down
1 change: 1 addition & 0 deletions google/cloud/policytroubleshooter/config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

include(CMakeFindDependencyMacro)
# google_cloud_cpp_googleapis finds both gRPC and Protobuf, no need to load them here.
find_dependency(google_cloud_cpp_iam_policy)
find_dependency(google_cloud_cpp_googleapis)
find_dependency(google_cloud_cpp_common)
find_dependency(google_cloud_cpp_grpc_utils)
Expand Down

0 comments on commit 2e0e992

Please sign in to comment.