浏览代码

Update c_cpp_properties.json

pull/646/head^2
Murray Campbell 6 年前
committed by GitHub
父节点
当前提交
65c74c7cfa
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 19 次插入0 次删除
  1. +19
    -0
      projects/VSCode/.vscode/c_cpp_properties.json

+ 19
- 0
projects/VSCode/.vscode/c_cpp_properties.json 查看文件

@ -38,6 +38,25 @@
"cStandard": "c11", "cStandard": "c11",
"cppStandard": "c++14", "cppStandard": "c++14",
"intelliSenseMode": "clang-x64" "intelliSenseMode": "clang-x64"
},
{
"name": "Linux",
"includePath": [
"<path_to_raylib>/src/**",
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"GRAPHICS_API_OPENGL_33",
"PLATFORM_DESKTOP"
],
"compilerPath": "usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64"
} }
], ],
"version": 4 "version": 4

正在加载...
取消
保存