This is a boost 1.80.0 based upnp implementation
git clone [email protected]:GeniusVentures/gnus_upnp.git --recursive
cd SuperGenius
git checkout develop
cd ..
git clone [email protected]:GeniusVentures/thirdparty.git --recursive
cd thirdparty
git checkout develop
1. cd gnus_upnp/build/Windows
2. mkdir Release
3. cd Release
4. cmake .. -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DTHIRDPARTY_DIR=[ABSOLUTE_PATH_TO_THIRDPARTY_BUILD_RELEASE]
5. cmake --build . --parallel 8 --config Release