1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-16 13:19:53 +00:00

Removed old CMakeSettings.json

This commit is contained in:
Chuck Walbourn 2022-01-25 16:32:58 -08:00
parent ecc6560c14
commit cbcf8786ca
2 changed files with 1 additions and 16 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/Tests
/wiki
/out
/CMakeUserPresets.json

View File

@ -1,16 +0,0 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
}
]
}