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