]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/cpp-httplib/portfile.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / cpp-httplib / portfile.cmake
1 # Header-only library
2 vcpkg_from_github(
3 OUT_SOURCE_PATH SOURCE_PATH
4 REPO yhirose/cpp-httplib
5 REF faa5f1d8023746a3da9f275c51867ded2a672ee9 # v0.8.6
6 SHA512 87c34b4e6b311e47f568993319d82908c3e3a711b5b5ba15686e55e2588cea027e89a4d14666e61cddd8158bd9d1216e19f5be46cee13948e31bf6b4b0678bae
7 HEAD_REF master
8 )
9
10 file(
11 COPY ${SOURCE_PATH}/httplib.h
12 DESTINATION ${CURRENT_PACKAGES_DIR}/include
13 )
14
15 # Handle copyright
16 file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)