Files
ts-mobile-go/docs/teamspeak-sdk-3.5.2/samples/source/mac.sh
T
2026-07-20 19:01:03 +08:00

8 lines
79 B
Bash

pushd build
rm -rf mac
mkdir mac
pushd mac
cmake -G Ninja ../..
ninja
popd
popd