Skip to content

Commit 0a78e97

Browse files
committed
Last pre-2.0 changes
1 parent 0260452 commit 0a78e97

File tree

3 files changed

+31
-64
lines changed

3 files changed

+31
-64
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.vs/
33
.mtime_cache/
44
build/
5+
CMakeUserPresets.json

CMakePresets.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": 3,
3+
"cmakeMinimumRequired": {
4+
"major": 3,
5+
"minor": 22,
6+
"patch": 0
7+
},
8+
"configurePresets": [
9+
{
10+
"name": "windows-default",
11+
"displayName": "Windows x64 Debug",
12+
"description": "Sets Ninja generator, compilers, x64 architecture, build and install directory, debug build type",
13+
"generator": "Ninja",
14+
"binaryDir": "${sourceDir}/out/build/${presetName}",
15+
"architecture": {
16+
"value": "x64",
17+
"strategy": "external"
18+
},
19+
"cacheVariables": {
20+
"CMAKE_BUILD_TYPE": "Debug",
21+
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
22+
},
23+
"vendor": {
24+
"microsoft.com/VisualStudioSettings/CMake/1.0": {
25+
"hostOS": [ "Windows" ]
26+
}
27+
}
28+
}
29+
]
30+
}

CMakeSettings.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)