Kaynağa Gözat

Update c_cpp_properties.json

pull/646/head^2
Murray Campbell 6 yıl önce
işlemeyi yapan: GitHub
ebeveyn
işleme
65c74c7cfa
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  1. +19
    -0
      projects/VSCode/.vscode/c_cpp_properties.json

+ 19
- 0
projects/VSCode/.vscode/c_cpp_properties.json Dosyayı Görüntüle

@ -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

Yükleniyor…
İptal
Kaydet