diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-12-05 13:00:50 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-12-19 10:21:58 -0800 |
| commit | 14358e8b257a27f86a58bf95aaca1625c1ec2a26 (patch) | |
| tree | ea03452d749b07e443ebf66a52e1e8ca0e51853b /ports/boost-chrono | |
| parent | 5ac69dd02bef426d71ed1e58923345c9042c37dc (diff) | |
| download | vcpkg-14358e8b257a27f86a58bf95aaca1625c1ec2a26.tar.gz vcpkg-14358e8b257a27f86a58bf95aaca1625c1ec2a26.zip | |
[boost] Modularize
Diffstat (limited to 'ports/boost-chrono')
| -rw-r--r-- | ports/boost-chrono/CONTROL | 5 | ||||
| -rw-r--r-- | ports/boost-chrono/portfile.cmake | 15 |
2 files changed, 20 insertions, 0 deletions
diff --git a/ports/boost-chrono/CONTROL b/ports/boost-chrono/CONTROL new file mode 100644 index 000000000..00ee98871 --- /dev/null +++ b/ports/boost-chrono/CONTROL @@ -0,0 +1,5 @@ +# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+Source: boost-chrono
+Version: 1.66.0
+Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-move, boost-mpl, boost-predef, boost-ratio, boost-static-assert, boost-system, boost-throw-exception, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
+Description: Boost chrono module
diff --git a/ports/boost-chrono/portfile.cmake b/ports/boost-chrono/portfile.cmake new file mode 100644 index 000000000..167414ebf --- /dev/null +++ b/ports/boost-chrono/portfile.cmake @@ -0,0 +1,15 @@ +# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+
+include(vcpkg_common_functions)
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/chrono
+ REF boost-1.66.0
+ SHA512 edbc8c16bcdc4b79c47885e720c96781e6737d31c54e2c051596e693390c5a8efca4e16e253db0db5a996c72c1d0fb6482dda7dc58f78fd67edb09ad12f3a25b
+ HEAD_REF master
+)
+
+boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
