linux evaluate async

This commit is contained in:
ekibun
2020-08-18 01:01:36 +08:00
parent 10f46c504b
commit 9af3616965
9 changed files with 123 additions and 31 deletions

View File

@@ -3,7 +3,8 @@
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/example/windows/flutter/ephemeral/cpp_client_wrapper/include/**"
"${workspaceFolder}/windows/**",
"${workspaceFolder}/example/windows/**"
],
"defines": [
"_DEBUG",
@@ -17,7 +18,7 @@
"intelliSenseMode": "msvc-x64"
},
{
"name": "Linux",
"name": "Android",
"includePath": [
"C:/Users/ekibun/AppData/Local/Android/Sdk/ndk/21.3.6528147/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include"
],
@@ -31,6 +32,24 @@
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
},
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/linux/**",
"${workspaceFolder}/example/linux/**",
"/usr/include/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.18362.0",
"compilerPath": "/usr/bin/clang++",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4

View File

@@ -100,7 +100,8 @@
"cinttypes": "cpp",
"typeindex": "cpp",
"__functional_03": "cpp",
"compare": "cpp"
"compare": "cpp",
"any": "cpp"
},
"java.configuration.updateBuildConfiguration": "interactive"
}