foc/build.cmd

3 lines
133 B
Batchfile
Raw Normal View History

2023-08-23 01:43:35 +00:00
cd project/cmake
cmake -DCMAKE_TOOLCHAIN_FILE="toolchain-arm-none-eabi.cmake" -G "MinGW Makefiles" .\CMakeLists.txt
2023-09-01 10:30:05 +00:00
mingw32-make -j16