https://github.com/ibob/boost-trim
A trimmed-down subset of boost
https://github.com/ibob/boost-trim
Last synced: 6 months ago
JSON representation
A trimmed-down subset of boost
- Host: GitHub
- URL: https://github.com/ibob/boost-trim
- Owner: iboB
- License: bsl-1.0
- Created: 2022-09-05T09:48:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T11:12:25.000Z (about 2 years ago)
- Last Synced: 2025-09-20T08:44:26.319Z (10 months ago)
- Language: C++
- Size: 7.01 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# Boost Trim
Trimmed-down [Boost](https://www.boost.org/). From 700MB to about 40 (~7MB zip). Only some headers are left in.
I use this for my projects that use Boost.Asio and Boost.Beast.
It would likely work for others.
Also a minimal CMakeLists.txt is added which adds the `IMPORTED` target `Boost::boost`.