still trying to read user input
This commit is contained in:
commit
aba255affa
5 changed files with 93 additions and 0 deletions
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"vcpkg.target.defaultTriplet": "x64-linux",
|
||||
"vcpkg.target.hostTriplet": "x64-linux",
|
||||
"vcpkg.target.useManifest": false,
|
||||
"vcpkg.target.useStaticLib": false,
|
||||
"cmake.configureArgs": [
|
||||
"-DVCPKG_MANIFEST_MODE=OFF",
|
||||
"-DVCPKG_TARGET_TRIPLET=x64-linux"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue