First actual commit, still nothing

This commit is contained in:
Hane 2023-11-12 22:09:59 +01:00
commit c6377b1407
10 changed files with 1162 additions and 0 deletions

21
CMakeUserPresets.json Normal file
View file

@ -0,0 +1,21 @@
{
"version": 2,
"cmakeMinimumRequired": {
"major": 3,
"minor": 20,
"patch": 0
},
"configurePresets": [
{
"name": "hane",
"displayName": "Hane",
"description": "Hanecfg",
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
},
"environment": {
}
}
]
}