boostorg / lexical_cast

General literal text conversions, such as an int represented as a string, or vice versa
https://boost.org/libs/lexical_cast
34 stars 58 forks source link

Add basic CMake build system #26

Closed samcday closed 5 years ago

samcday commented 5 years ago

Just directly ripping off the work I've noticed @Mike-Devel doing across a bunch of Boost modules.

I determined the list of dependencies by grepping for #include directives. I don't know this library very well, so let me know if any of the dependencies don't make sense.

This PR depends on:

apolukhin commented 5 years ago

Many thanks for the PR!