diff options
Diffstat (limited to 'ports/google-cloud-cpp-common')
| -rw-r--r-- | ports/google-cloud-cpp-common/CONTROL | 4 | ||||
| -rw-r--r-- | ports/google-cloud-cpp-common/vcpkg.json | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/ports/google-cloud-cpp-common/CONTROL b/ports/google-cloud-cpp-common/CONTROL deleted file mode 100644 index 481343c97..000000000 --- a/ports/google-cloud-cpp-common/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: google-cloud-cpp-common -Version: alias -Build-Depends: google-cloud-cpp -Description: Deprecated, use google-cloud-cpp instead diff --git a/ports/google-cloud-cpp-common/vcpkg.json b/ports/google-cloud-cpp-common/vcpkg.json new file mode 100644 index 000000000..12377d6c8 --- /dev/null +++ b/ports/google-cloud-cpp-common/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "google-cloud-cpp-common", + "version-string": "alias", + "port-version": 1, + "description": "Deprecated, use google-cloud-cpp instead", + "dependencies": [ + "google-cloud-cpp" + ] +} |
