mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
3 lines
113 B
Batchfile
3 lines
113 B
Batchfile
rmdir /Q /S build
|
|
cmake -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake -G"NMake Makefiles" -B build .
|
|
cmake --build build |