Files
EzUI/build_x86.bat
2026-02-25 21:35:10 +08:00

5 lines
77 B
Batchfile

chcp 65001
@echo off
cmake -S . -B build_x86 -A Win32 -DBUILD_EZUI=OFF
pause