Skip to content

Commit

Permalink
Merge branch 'main' into sean-parent/vscode-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Oct 14, 2024
2 parents 08c673f + eb20f13 commit e2f12c4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": 8,
"configurePresets": [
{
"name": "test-debug",
"displayName": "test-debug",
"description": "Sets Ninja generator, build and install directory",
"generator": "Ninja",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"BUILD_TESTING": "ON"
}
}
]
"version": 8,
"configurePresets": [
{
"name": "test-debug",
"displayName": "test-debug",
"description": "Sets Ninja generator, build and install directory",
"generator": "Ninja",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"BUILD_TESTING": "ON"
}
}
]
}

0 comments on commit e2f12c4

Please sign in to comment.