/
githubmirror
/
icu
Обзор
Документация
Войти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/devsetup/cpp/c_cpp_properties.json
23 строки
686 B
Elango Cheran
ICU-21697 Convert ICU Site pages to markdown for Github Pages
31 май 2023, 02:18
31 май 2023, 02:18
5435007
Код
Авторство
О чём код?
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html { "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/tools/toolutil", "${workspaceFolder}/tools/ctestfw", "${workspaceFolder}/common", "${workspaceFolder}/i18n" ], "defines": [ "U_DISABLE_RENAMING=1" ], "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64" } ], "version": 4 }