Skip to content

Commit 051c637

Browse files
committed
Add CMakePresets.json
1 parent d57718b commit 051c637

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

CMakePresets.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
2-
"version": 8,
3-
"configurePresets": [
4-
{
5-
"name": "Custom configure preset",
6-
"displayName": "Custom configure preset",
7-
"description": "Sets Ninja generator, build and install directory",
8-
"generator": "Ninja",
9-
"binaryDir": "${sourceDir}/out/build/${presetName}",
10-
"cacheVariables": {
11-
"CMAKE_BUILD_TYPE": "Debug",
12-
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
13-
}
14-
}
15-
]
16-
}
2+
"version": 6,
3+
"cmakeMinimumRequired": {
4+
"major": 3,
5+
"minor": 25,
6+
"patch": 0
7+
},
8+
"configurePresets": [],
9+
"buildPresets": []
10+
}

0 commit comments

Comments
 (0)