Fix library output directory for MSVC (#1681)

This commit is contained in:
Cheng
2024-12-10 12:07:50 +09:00
committed by GitHub
parent 29a620cab2
commit a59fae040f
3 changed files with 18 additions and 3 deletions

3
.gitignore vendored
View File

@@ -76,6 +76,9 @@ build/
*.out
*.app
# Debug symbols
*.pdb
# VSCode
.vscode/
.DS_Store