ソースを参照

Update c_cpp_properties.json

pull/646/head^2
Murray Campbell 7年前
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",
"cppStandard": "c++14",
"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

読み込み中…
キャンセル
保存