diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-10-04 22:40:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 12:40:14 -0700 |
| commit | 7aa1a14c5f5707373b73e909ed6aa12b7bae8ee7 (patch) | |
| tree | a69d8c52a3ea82d42e167561ecc83857a5d15d57 /docs | |
| parent | f670aa5657fe1b1b4524b57a334fb75baf4e34b2 (diff) | |
| download | vcpkg-7aa1a14c5f5707373b73e909ed6aa12b7bae8ee7.tar.gz vcpkg-7aa1a14c5f5707373b73e909ed6aa12b7bae8ee7.zip | |
[vcpkg_copy_tools] support copying .app bundles (#20210)
* [vcpkg_copy_tools] support copying .app bundles
* check for VCPKG_TARGET_IS_OSX
* Fix formatting
* [vcpkg_copy_tools] copy bundle and plain bin if both present
* Update scripts/cmake/vcpkg_copy_tools.cmake
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/vcpkg_common_definitions.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_common_definitions.md b/docs/maintainers/vcpkg_common_definitions.md index 2e1037af5..b96dd3cbc 100644 --- a/docs/maintainers/vcpkg_common_definitions.md +++ b/docs/maintainers/vcpkg_common_definitions.md @@ -10,6 +10,8 @@ VCPKG_HOST_IS_<host> with <host> being one of the following: VCPKG_HOST_PATH_SEPARATOR Host specific path separator (USAGE: "<something>${VCPKG_HOST_PATH_SEPARATOR}<something>"; only use and pass variables with VCPKG_HOST_PATH_SEPARATOR within "") VCPKG_HOST_EXECUTABLE_SUFFIX executable suffix of the host VCPKG_TARGET_EXECUTABLE_SUFFIX executable suffix of the target +VCPKG_HOST_BUNDLE_SUFFIX bundle suffix of the host +VCPKG_TARGET_BUNDLE_SUFFIX bundle suffix of the target VCPKG_TARGET_STATIC_LIBRARY_PREFIX static library prefix for target (same as CMAKE_STATIC_LIBRARY_PREFIX) VCPKG_TARGET_STATIC_LIBRARY_SUFFIX static library suffix for target (same as CMAKE_STATIC_LIBRARY_SUFFIX) VCPKG_TARGET_SHARED_LIBRARY_PREFIX shared library prefix for target (same as CMAKE_SHARED_LIBRARY_PREFIX) |
