aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-iostreams/features.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/boost-iostreams/features.cmake')
-rw-r--r--vcpkg/ports/boost-iostreams/features.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-iostreams/features.cmake b/vcpkg/ports/boost-iostreams/features.cmake
new file mode 100644
index 0000000..d0e5cc1
--- /dev/null
+++ b/vcpkg/ports/boost-iostreams/features.cmake
@@ -0,0 +1,9 @@
+vcpkg_check_features(
+ OUT_FEATURE_OPTIONS
+ FEATURE_OPTIONS
+ FEATURES
+ "bzip2" BOOST_IOSTREAMS_ENABLE_BZIP2
+ "lzma" BOOST_IOSTREAMS_ENABLE_LZMA
+ "zlib" BOOST_IOSTREAMS_ENABLE_ZLIB
+ "zstd" BOOST_IOSTREAMS_ENABLE_ZSTD
+) \ No newline at end of file