Closed
Description
I've switched most of my hobby projects over from pure cmake to cmake with the vcpkg integration. So far it has been a breeze.
I've had a look at it seems like most of our libraries could be built by vcpkg. This could potentially not only save us a lot of maintenance (vcpkg is very successful at guaranteeing build success) but also configuration.
This will take some research with linking against different libc/libc++'s though. Not a priority.