aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake/vcpkg_common_functions.cmake
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2017-09-08 11:39:14 -0700
committerGitHub <noreply@github.com>2017-09-08 11:39:14 -0700
commit6d0f750646b0654ff5660ec70061a71a663d1bd9 (patch)
tree915e4e61505e7151f5bf5b38f35e66955a933bc8 /scripts/cmake/vcpkg_common_functions.cmake
parent727f37367115a8910f0422ef888e219412ed5d38 (diff)
parent6b5e39848a9b1bf2e4afd688863ebd50620caddf (diff)
downloadvcpkg-6d0f750646b0654ff5660ec70061a71a663d1bd9.tar.gz
vcpkg-6d0f750646b0654ff5660ec70061a71a663d1bd9.zip
Merge pull request #1731 from FabienPean/PR/script_cmake_vcpkg_from_bitbucket
[cmake] add function vcpkg_from_bitbucket
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
-rw-r--r--scripts/cmake/vcpkg_common_functions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake
index 29f0f8dff..81e8e5813 100644
--- a/scripts/cmake/vcpkg_common_functions.cmake
+++ b/scripts/cmake/vcpkg_common_functions.cmake
@@ -6,6 +6,7 @@ include(vcpkg_execute_required_process_repeat)
include(vcpkg_find_acquire_program)
include(vcpkg_fixup_cmake_targets)
include(vcpkg_from_github)
+include(vcpkg_from_bitbucket)
include(vcpkg_build_cmake)
include(vcpkg_build_msbuild)
include(vcpkg_build_qmake)