xca/release/build-w64.bat
2023-09-17 22:45:11 +02:00

10 lines
161 B
Batchfile

REM Build xca on Windows
set BUILD=build
cmake -B %BUILD% -G "MinGW Makefiles" xca
cmake --build %BUILD% -j5
cmake --build %BUILD% -t install
cd %BUILD%
cpack