-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCMakePresets.json
More file actions
22 lines (22 loc) · 828 Bytes
/
CMakePresets.json
File metadata and controls
22 lines (22 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"configurePresets": [
{
"binaryDir": "${sourceDir}/build-fprime-automatic-zephyr",
"cacheVariables": {
"BOARD": "proves_flight_control_board_v5c/rp2350a/m33",
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
},
"description": "F\u00b4 release build using local fprime-venv",
"displayName": "F\u00b4 FPrime Zephyr PROVES",
"environment": {
"PATH": "$env{VIRTUAL_ENV}/bin:$penv{PATH}",
"VIRTUAL_ENV": "${fileDir}/fprime-venv"
},
"generator": "Ninja",
"name": "fprime-zephyr-proves",
"toolchainFile": "${fileDir}/lib/fprime-zephyr/cmake/toolchain/zephyr.cmake"
}
],
"version": 4
}