You've made a mistake in the target name. It's RLDP and not ADNL proxy.
Correct command:cmake --build . --target rldp-http-proxy
When running the command:
cmake --build . --target adnl-http-proxy --config Release
The build fails with error:
msbuild: can not find adnl-http-proxy.vscxproj
How do I build without sln or project files?
In GitHub, the TON workflows on Windows uses same command for build artefacts.
You've made a mistake in the target name. It's RLDP and not ADNL proxy.
Correct command:cmake --build . --target rldp-http-proxy