aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-10-11 15:39:36 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-10-11 15:39:36 +0200
commit8e92156bc6a977651771d2cf91ac5800a0e9a913 (patch)
treeca81708cfeedbca4e486148375600876f2760f7a /template
parente0e608855b9b2e83a92047294e1f5a242ff51e88 (diff)
downloadpsn00bsdk-8e92156bc6a977651771d2cf91ac5800a0e9a913.tar.gz
Update preset files, README, docs and changelog
Diffstat (limited to 'template')
-rw-r--r--template/CMakePresets.json25
1 files changed, 14 insertions, 11 deletions
diff --git a/template/CMakePresets.json b/template/CMakePresets.json
index d08b334..97d8428 100644
--- a/template/CMakePresets.json
+++ b/template/CMakePresets.json
@@ -1,22 +1,25 @@
{
- "version": 2,
+ "version": 3,
"cmakeMinimumRequired": {
"major": 3,
- "minor": 20,
+ "minor": 21,
"patch": 0
},
"configurePresets": [
{
- "name": "default",
- "displayName": "Default configuration",
- "description": "Use this preset to build the project using PSn00bSDK.",
- "generator": "Ninja",
- "binaryDir": "${sourceDir}/build",
+ "name": "default",
+ "displayName": "Default configuration",
+ "description": "Use this preset to build the project using PSn00bSDK.",
+ "generator": "Ninja",
+ "toolchainFile": "$env{PSN00BSDK_LIBS}/cmake/sdk.cmake",
+ "binaryDir": "${sourceDir}/build",
"cacheVariables": {
- "CMAKE_BUILD_TYPE": "Debug",
- "CMAKE_TOOLCHAIN_FILE": "$env{PSN00BSDK_LIBS}/cmake/sdk.cmake",
- "PSN00BSDK_TC": "",
- "PSN00BSDK_TARGET": "mipsel-none-elf"
+ "CMAKE_BUILD_TYPE": "Debug",
+ "PSN00BSDK_TC": "",
+ "PSN00BSDK_TARGET": "mipsel-none-elf"
+ },
+ "warnings": {
+ "dev": false
}
}
]