Recipes for building third party software libraries for easy cmake integration.
This is a subset of the ports of https://github.com/microsoft/vcpkg focused mainly on geospatial analysis and scientific computing.
These ports are tweaked to create fully static binaries.
e.g. Debian based system
apt-get install git curl unzip tar cmake python3 build-essential
cmake -P bootstrap.cmake
./bin/vcpkg install gdal[spatialite]