Files
ts-mobile-go/docs/teamspeak-sdk-3.5.2/samples/source/generate_vs_2022.bat
T

6 lines
82 B
Batchfile
Raw Normal View History

2026-07-20 19:01:03 +08:00
pushd build
pushd win_x64
cmake -G "Visual Studio 17 2022" -A x64 ../..
popd
popd