diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-06-07 19:17:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-07 19:17:30 -0700 |
| commit | 299527f63b187ac67b1c61c72379d6c74cead59c (patch) | |
| tree | c44d658f63f96d947e8b42289f22a3e6d9da7a2b /scripts/cmake/vcpkg_common_functions.cmake | |
| parent | ab0b48927505103c4b8782f90a44336a2bb7791d (diff) | |
| parent | 3ee46a4bb6fa2efca575ec8dee79c239c802f62a (diff) | |
| download | vcpkg-299527f63b187ac67b1c61c72379d6c74cead59c.tar.gz vcpkg-299527f63b187ac67b1c61c72379d6c74cead59c.zip | |
Merge pull request #1216 from atkawa7/patch-1
Acquire chromium depot tools
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_common_functions.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake index a0e9633c3..29f0f8dff 100644 --- a/scripts/cmake/vcpkg_common_functions.cmake +++ b/scripts/cmake/vcpkg_common_functions.cmake @@ -19,4 +19,5 @@ include(vcpkg_copy_pdbs) include(vcpkg_copy_tool_dependencies) include(vcpkg_get_program_files_32_bit) include(vcpkg_get_program_files_platform_bitness) -include(vcpkg_get_windows_sdk)
\ No newline at end of file +include(vcpkg_get_windows_sdk) +include(vcpkg_acquire_depot_tools) |
