13 lines
No EOL
349 B
JSON
13 lines
No EOL
349 B
JSON
{
|
|
"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"
|
|
],
|
|
"files.associations": {
|
|
"string.h": "c"
|
|
}
|
|
} |