First actual commit, still nothing
This commit is contained in:
parent
89d8451407
commit
c6377b1407
10 changed files with 1162 additions and 0 deletions
21
CMakeUserPresets.json
Normal file
21
CMakeUserPresets.json
Normal 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": {
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue