diff options
| author | Steven Noreyko <1909661+okyeron@users.noreply.github.com> | 2024-02-21 16:39:31 -0600 |
|---|---|---|
| committer | Steven Noreyko <1909661+okyeron@users.noreply.github.com> | 2024-02-21 16:39:31 -0600 |
| commit | 68442c423daf7e45aeb94f8e6c1e2b1dc242e225 (patch) | |
| tree | 87ef158d7934f29585fac61bfe8962e20bfcd834 /sw/CMakePresets.json | |
| parent | f9cd2526fc5878c52e290a8dc0bb9260c5bd797a (diff) | |
| download | plinky-68442c423daf7e45aeb94f8e6c1e2b1dc242e225.tar.gz | |
remove vscode/cmake stuff
Diffstat (limited to 'sw/CMakePresets.json')
| -rw-r--r-- | sw/CMakePresets.json | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/sw/CMakePresets.json b/sw/CMakePresets.json deleted file mode 100644 index 20a1b59..0000000 --- a/sw/CMakePresets.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "version": 2, - "configurePresets": [ - { - "name": "default", - "hidden": true, - "generator": "Ninja", - "binaryDir": "${sourceDir}/build/${presetName}/build", - "cacheVariables": { - "CMAKE_INSTALL_PREFIX": "${sourceDir}/build/${presetName}/install", - "CMAKE_TOOLCHAIN_FILE": { - "type": "FILEPATH", - "value": "${sourceDir}/cmake/gcc-arm-none-eabi.cmake" - } - }, - "architecture": { - "value": "unspecified", - "strategy": "external" - }, - "vendor": { - "microsoft.com/VisualStudioSettings/CMake/1.0": { - "intelliSenseMode": "linux-gcc-arm" - } - } - }, - { - "name": "debug", - "inherits": "default", - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Debug", - "PRESET_NAME": "debug" - } - }, - { - "name": "release", - "inherits": "default", - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Release", - "PRESET_NAME": "release" - } - } - ], - "buildPresets": [ - { - "name": "debug", - "configurePreset": "debug" - }, - { - "name": "release", - "configurePreset": "release" - } - ] -} |
