fix profile syncing issue

#74
This commit is contained in:
SoftFever
2022-12-30 15:45:15 +08:00
parent 48032632a6
commit 8d482eddd3
83 changed files with 84 additions and 84 deletions

View File

@@ -3,8 +3,8 @@ cd deps
mkdir build
cd build
set DEPS=%CD%/BambuStudio_dep
cmake ../ -G "Visual Studio 16 2019" -DDESTDIR="%CD%/BambuStudio_dep" -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target ALL_BUILD -- -m
@REM cmake ../ -G "Visual Studio 16 2019" -DDESTDIR="%CD%/BambuStudio_dep" -DCMAKE_BUILD_TYPE=Release
@REM cmake --build . --config Release --target ALL_BUILD -- -m
cd %WP%
mkdir build