0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-24 03:11:58 +00:00

[Add] Linux C++ properties

This commit is contained in:
Baoshuo Ren 2020-11-24 21:28:29 +08:00 committed by Baoshuo Ren
parent 6d42e99e6f
commit 5946db5550
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -14,6 +14,21 @@
"cStandard": "c89",
"cppStandard": "c++11",
"intelliSenseMode": "gcc-x64"
},
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "/usr/bin/g++",
"cStandard": "c89",
"cppStandard": "c++11",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4