diff options
| author | Fabien Péan <pean.fabien@outlook.com> | 2017-08-30 00:12:23 +0200 |
|---|---|---|
| committer | Fabien Péan <pean.fabien@outlook.com> | 2017-08-30 00:12:45 +0200 |
| commit | 97b04a0b959badbecdb7604ba1fd3058a23f8b56 (patch) | |
| tree | 18d289480293f499f26f6961ba84c4350c1c581a /scripts/cmake/vcpkg_common_functions.cmake | |
| parent | 27d5f57cdba744d8039b7bbf780efe5623ceaacb (diff) | |
| download | vcpkg-97b04a0b959badbecdb7604ba1fd3058a23f8b56.tar.gz vcpkg-97b04a0b959badbecdb7604ba1fd3058a23f8b56.zip | |
Add CMake function vcpkg_from_bitbucket
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_common_functions.cmake | 1 |
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) |
