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