Pagghiu / SaneCppLibraries

Sane C++ Libraries
https://pagghiu.github.io/SaneCppLibraries
MIT License
521 stars 12 forks source link

Vcpkg support? #19

Open iSplasher opened 4 months ago

iSplasher commented 4 months ago

Hello, great project you've got going on here. Are there any plans or intentions to make the libraries easy to install with any popular package managers? Like vcpkg? Installation could be as easy as vcpkg install sane-cpp-libraries, and would ease adoption.

Pagghiu commented 4 months ago

Hi @iSplasher thanks,

I think the installation is already as easy as possible as the library can be integrated by just:

There's not even need to setup include paths.

More details at https://github.com/Pagghiu/SaneCppLibraries?tab=readme-ov-file#building

I am not sure how vcpkg would be helping in this scenario.