forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
languages
Jimmy Wei edited this page Mar 10, 2023
·
6 revisions
languages
is a required array of objects field used by the sample browsers that specifies which programming languages the sample uses. Supported array elements are:
- { "cpp": {} }
- { "fortran": {} }
- { "python": {} }
Please use the { "cpp": {} } object for both C and C++ project types.
The languages field in your sample.json file should have a format similar to the following:
"languages": [
{
"cpp": {}
},
{
"fortran": {}
}
]