checkpoint

This commit is contained in:
2025-12-21 11:47:24 -06:00
parent 52ff5cff2b
commit dcd9886df2
11 changed files with 245 additions and 83 deletions

View File

@@ -1,9 +1,11 @@
rm -r build
@echo off
rmdir /S /Q build
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
cmake --build .
C:\Qt\6.10.1\mingw_64\bin\windeployqt.exe HelloQt.exe
C:\Qt\6.10.1\mingw_64\bin\windeployqt.exe metabolus.exe