mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[sltbench] Add new port (#13886)
* add sltbench port * [sltbench] Fix static build
This commit is contained in:
parent
f6ce6eb403
commit
96cc69fdbd
19
ports/sltbench/portfile.cmake
Normal file
19
ports/sltbench/portfile.cmake
Normal file
@ -0,0 +1,19 @@
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ivafanas/sltbench
|
||||
REF 52c7c7852abc3159185eb79e699ad77fadfc35bd
|
||||
SHA512 0c66b51f5a950a09df47019775941554538bc3642788f61aaf8c5ec3644d5fef721391f73c3fddfd9529159f9b81c7d7ed76c7995a79f37adaf8d0ff55a99d4b
|
||||
HEAD_REF master)
|
||||
|
||||
vcpkg_configure_cmake(SOURCE_PATH ${SOURCE_PATH})
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake/ TARGET_PATH share/sltbench)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(
|
||||
INSTALL ${SOURCE_PATH}/LICENSE
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||
RENAME copyright)
|
6
ports/sltbench/vcpkg.json
Normal file
6
ports/sltbench/vcpkg.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "sltbench",
|
||||
"version-string": "2.4.0",
|
||||
"description": "C++ benchmark tool. Practical, stable and fast performance testing framework.",
|
||||
"homepage": "https://github.com/ivafanas/sltbench"
|
||||
}
|
Loading…
Reference in New Issue
Block a user