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