Add CMakePresets.json

This commit is contained in:
Tom Willemse 2021-01-18 17:42:43 -08:00
parent 613c2388be
commit 60b940f1f5

17
src/CMakePresets.json Normal file
View file

@ -0,0 +1,17 @@
{
"version": 1,
"cmakeMinimumRequired": {
"major": 3,
"minor": 19,
"patch": 0
},
"configurePresets": [
{
"name": "default",
"displayName": "Default Config",
"description": "Default build using Makefile generator",
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/_build"
}
]
}