mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Switch to cmake
This commit is contained in:
parent
d858a10fc9
commit
1a375b0ad5
19 changed files with 1083 additions and 1007 deletions
13
CMakePresets.json
Normal file
13
CMakePresets.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"cmakeMinimumRequired": {
|
||||
"major": 3,
|
||||
"minor": 24,
|
||||
"patch": 0
|
||||
},
|
||||
"version": 5,
|
||||
"include": [
|
||||
"modules/gin/ci/toolchains/xcode.json",
|
||||
"modules/gin/ci/toolchains/vs.json",
|
||||
"modules/gin/ci/toolchains/gcc.json"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue