Pagghiu / SaneCppLibraries

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

Vcpkg support? #19

Open iSplasher opened 1 month ago

iSplasher commented 1 month 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 1 month 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.