mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:19:00 +08:00
[hash-library] Install config file (#26072)
* [hash-library] Install config file * version * move config file * version
This commit is contained in:
parent
292b244568
commit
4b155dfc75
@ -43,3 +43,6 @@ install(
|
||||
NAMESPACE unofficial::
|
||||
DESTINATION share/unofficial-hash-library
|
||||
)
|
||||
|
||||
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/unofficial-hash-library-config.cmake" "include(\${CMAKE_CURRENT_LIST_DIR}/unofficial-hash-library-targets.cmake)\n")
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/unofficial-hash-library-config.cmake" DESTINATION share/unofficial-hash-library)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "hash-library",
|
||||
"version": "8",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Portable C++ hashing library",
|
||||
"homepage": "https://create.stephan-brumme.com/hash-library/",
|
||||
"license": "Zlib",
|
||||
|
@ -2790,7 +2790,7 @@
|
||||
},
|
||||
"hash-library": {
|
||||
"baseline": "8",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"hayai": {
|
||||
"baseline": "2019-08-10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b3e49529dd25b60564de8ceed9485e17e8a7f8da",
|
||||
"version": "8",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "fad55dc152114a3f71c5eafd33a3facd7e3a2286",
|
||||
"version": "8",
|
||||
|
Loading…
Reference in New Issue
Block a user