You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
908 B
28 lines
908 B
7 months ago
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Mac",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"${workspaceFolder}/external/qemu/android/android-emugl/guest",
|
||
|
"${workspaceFolder}/device/generic/goldfish-opengl/system/OpenglSystemCommon",
|
||
|
"${workspaceFolder}/device/generic/goldfish-opengl/shared/OpenglCodecCommon"
|
||
|
],
|
||
|
"defines": [
|
||
|
"HOST_BUILD",
|
||
|
"GFXSTREAM"
|
||
|
],
|
||
|
"macFrameworkPath": [
|
||
|
"/System/Library/Frameworks",
|
||
|
"/Library/Frameworks"
|
||
|
],
|
||
|
"compilerPath": "/usr/bin/clang",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++14",
|
||
|
"intelliSenseMode": "clang-x64",
|
||
|
"configurationProvider": "vector-of-bool.cmake-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|