Files
2025-yatcpu/lab2/csrc/build.bat
TOKISAKIX\21168 910ee11168 init repo
2023-12-11 21:50:22 +08:00

3 lines
113 B
Batchfile

rmdir /Q /S build
cmake -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake -G"NMake Makefiles" -B build .
cmake --build build