mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-25 08:27:39 +02:00
4 lines
60 B
Batchfile
4 lines
60 B
Batchfile
echo off
|
|
mkdir build
|
|
cd build
|
|
cmake .. -G "MinGW Makefiles"
|