early-access version 2853
This commit is contained in:
20
externals/vcpkg/ports/tsl-hopscotch-map/portfile.cmake
vendored
Executable file
20
externals/vcpkg/ports/tsl-hopscotch-map/portfile.cmake
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Tessil/hopscotch-map
|
||||
REF 29030f55ca518bb1be5113ab0a8e134772024a9d # v2.3.0
|
||||
SHA512 944f26fe0faa59b799ddf741c4f86b715934e740bfbb40a157f667eaff07013a35ad40a343b720b36279acefbb5b206a54cfcfec1f6cd052314936d19e5da413
|
||||
)
|
||||
|
||||
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-hopscotch-map/vcpkg.json
vendored
Executable file
6
externals/vcpkg/ports/tsl-hopscotch-map/vcpkg.json
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "tsl-hopscotch-map",
|
||||
"version-string": "2.3.0",
|
||||
"port-version": 1,
|
||||
"description": "C++ implementation of a fast hash map and hash set using hopscotch hashing"
|
||||
}
|
||||
Reference in New Issue
Block a user