1
0
mirror of https://github.com/halleysfifthinc/Toyota-AVC-LAN synced 2025-06-07 07:56:21 +00:00
Toyota-AVC-LAN/CMakePresets.json
Allen Hill 368ac7cb5f NFC
2023-08-22 17:14:42 -04:00

15 lines
399 B
JSON

{
"version": 2,
"configurePresets": [
{
"name": "main",
"displayName": "Default",
"description": "Use Unix Makefiles generator; set build directory",
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
}
}
]
}