Skip to content

Commit

Permalink
fix: debug config bat files
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Oct 25, 2023
1 parent a987657 commit 9c45bcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/build-debug-clang-cl-cpm.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo off
rd /s /q "%~dp0/../build"
cmake -B "%~dp0/../build" -S "%~dp0/../CommonLibSF" --preset=build-release-clang-cl-ninja-cpm
cmake -B "%~dp0/../build" -S "%~dp0/../CommonLibSF" --preset=build-debug-clang-cl-ninja-cpm
cmake --build "%~dp0/../build" --config Debug
2 changes: 1 addition & 1 deletion scripts/build-debug-clang-cl-vcpkg.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo off
rd /s /q "%~dp0/../build"
cmake -B "%~dp0/../build" -S "%~dp0/../CommonLibSF" --preset=build-release-clang-cl-ninja-vcpkg
cmake -B "%~dp0/../build" -S "%~dp0/../CommonLibSF" --preset=build-debug-clang-cl-ninja-vcpkg
cmake --build "%~dp0/../build" --config Debug
2 changes: 1 addition & 1 deletion scripts/build-debug-msvc-cpm.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo off
rd /s /q "%~dp0/../build"
cmake -B "%~dp0/../build" -S "%~dp0/../CommonLibSF" --preset=build-release-msvc-ninja-cpm
cmake -B "%~dp0/../build" -S "%~dp0/../CommonLibSF" --preset=build-debug-msvc-ninja-cpm
cmake --build "%~dp0/../build" --config Debug
2 changes: 1 addition & 1 deletion scripts/build-debug-msvc-vcpkg.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo off
rd /s /q "%~dp0/../build"
cmake -B "%~dp0/../build" -S "%~dp0/../CommonLibSF" --preset=build-release-msvc-ninja-vcpkg
cmake -B "%~dp0/../build" -S "%~dp0/../CommonLibSF" --preset=build-debug-msvc-ninja-vcpkg
cmake --build "%~dp0/../build" --config Debug

0 comments on commit 9c45bcb

Please sign in to comment.