diff options
Diffstat (limited to 'vcpkg/ports/boost-timer/portfile.cmake')
| -rw-r--r-- | vcpkg/ports/boost-timer/portfile.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-timer/portfile.cmake b/vcpkg/ports/boost-timer/portfile.cmake new file mode 100644 index 0000000..04bb2d3 --- /dev/null +++ b/vcpkg/ports/boost-timer/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/timer + REF boost-${VERSION} + SHA512 28f019e00e174a7eb9feabc69067308d5ef7682e94475f83b9ac7a321354e9c8ca4d733b12219bf5ec836d1d43b41620c216070095fe754440a6a0768f7838d3 + HEAD_REF master +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) |