mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 22:50:05 +00:00
5 lines
187 B
Batchfile
5 lines
187 B
Batchfile
call tools\setup-common.bat
|
|
mkdir build-release
|
|
cd build-release
|
|
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release -DCMAKE_PREFIX_PATH=C:/Qt/6.5.0/msvc2019_64 ..
|
|
pause
|