- Add WIP HidNX Driver (clangd not working with devkitpro for switch on windows) - Add default-release as default search path for compile_commands.json - remove mingw preset (casue its exactly the default target) - Move Mouse pos cycle into HidDriver::Update - Test around with HidGlfw on Nintendo switch
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"version": 10,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 22,
|
|
"patch": 0
|
|
},
|
|
"include": [
|
|
"cmake/presets/default.json",
|
|
"cmake/presets/3ds.json",
|
|
"cmake/presets/switch.json",
|
|
"cmake/presets/msvc.json"
|
|
]
|
|
} |