Skip to content

Commit

Permalink
Last pre-2.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Mar 9, 2023
1 parent 0260452 commit 0a78e97
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vs/
.mtime_cache/
build/
CMakeUserPresets.json
30 changes: 30 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 22,
"patch": 0
},
"configurePresets": [
{
"name": "windows-default",
"displayName": "Windows x64 Debug",
"description": "Sets Ninja generator, compilers, x64 architecture, build and install directory, debug build type",
"generator": "Ninja",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"architecture": {
"value": "x64",
"strategy": "external"
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
},
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
"hostOS": [ "Windows" ]
}
}
}
]
}
64 changes: 0 additions & 64 deletions CMakeSettings.json

This file was deleted.

0 comments on commit 0a78e97

Please sign in to comment.