Skip to content

Commit

Permalink
change arg to wchar
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Jan 24, 2024
1 parent 69c01ea commit 09616be
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 16 deletions.
18 changes: 18 additions & 0 deletions .vscode/cmake-kits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"name": "VS 2022",
"visualStudio": "88610c92",
"visualStudioArchitecture": "x64",
"isTrusted": true,
"compilers": {
"C": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe",
"CXX": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe"
},
"preferredGenerator": {
"name": "Ninja"
},
"environmentVariables": {
"PATH": "C:/Users/Jack/Downloads/ninja-win/;${env:PATH}"
}
}
]
Loading

0 comments on commit 09616be

Please sign in to comment.