Files
EzUI/build_x64.bat

5 lines
75 B
Batchfile
Raw Permalink Normal View History

2026-01-25 23:46:14 +08:00
chcp 65001
@echo off
cmake -S . -B build_x64 -A x64 -DBUILD_EZUI=OFF
pause