early-access version 2853
This commit is contained in:
20
externals/vcpkg/ports/tsl-ordered-map/portfile.cmake
vendored
Executable file
20
externals/vcpkg/ports/tsl-ordered-map/portfile.cmake
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Tessil/ordered-map
|
||||
REF 4051af7e344e0c0c6af5573b064342c0987d1028 # v1.0.0
|
||||
SHA512 c4789df12db34bba1a1b2e07ada39afd6bfb637d34006675ee7f83253e49b5741d301cebb7c368c7a99311c51304f844a6229d00df3717e346e5fc1254e7721b
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||
RENAME copyright
|
||||
)
|
||||
6
externals/vcpkg/ports/tsl-ordered-map/vcpkg.json
vendored
Executable file
6
externals/vcpkg/ports/tsl-ordered-map/vcpkg.json
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "tsl-ordered-map",
|
||||
"version-string": "1.0.0",
|
||||
"port-version": 1,
|
||||
"description": "C++ hash map and hash set which preserve the order of insertion"
|
||||
}
|
||||
Reference in New Issue
Block a user