24 lines
536 B
JSON
24 lines
536 B
JSON
|
|
{
|
||
|
|
"version": 6,
|
||
|
|
"cmakeMinimumRequired": {
|
||
|
|
"major": 3,
|
||
|
|
"minor": 20,
|
||
|
|
"patch": 0
|
||
|
|
},
|
||
|
|
"configurePresets": [
|
||
|
|
{
|
||
|
|
"name": "mingw64",
|
||
|
|
"displayName": "Mingw64 eRPC config",
|
||
|
|
"description": "Default Mingw64 preset for eRPC",
|
||
|
|
"generator": "MinGW Makefiles",
|
||
|
|
"binaryDir": "${sourceDir}/build",
|
||
|
|
"cacheVariables": {
|
||
|
|
"CMAKE_C_COMPILER": "gcc",
|
||
|
|
"CMAKE_CXX_COMPILER": "g++"
|
||
|
|
},
|
||
|
|
"environment": {
|
||
|
|
"PATH": "${sourceDir}/mingw64/bin;$penv{PATH}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|