mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 17:10:03 +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::
|
NAMESPACE unofficial::
|
||||||
DESTINATION share/unofficial-hash-library
|
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",
|
"name": "hash-library",
|
||||||
"version": "8",
|
"version": "8",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "Portable C++ hashing library",
|
"description": "Portable C++ hashing library",
|
||||||
"homepage": "https://create.stephan-brumme.com/hash-library/",
|
"homepage": "https://create.stephan-brumme.com/hash-library/",
|
||||||
"license": "Zlib",
|
"license": "Zlib",
|
||||||
|
@ -2790,7 +2790,7 @@
|
|||||||
},
|
},
|
||||||
"hash-library": {
|
"hash-library": {
|
||||||
"baseline": "8",
|
"baseline": "8",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"hayai": {
|
"hayai": {
|
||||||
"baseline": "2019-08-10",
|
"baseline": "2019-08-10",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "b3e49529dd25b60564de8ceed9485e17e8a7f8da",
|
||||||
|
"version": "8",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "fad55dc152114a3f71c5eafd33a3facd7e3a2286",
|
"git-tree": "fad55dc152114a3f71c5eafd33a3facd7e3a2286",
|
||||||
"version": "8",
|
"version": "8",
|
||||||
|
Loading…
Reference in New Issue
Block a user