diff --git a/.gitignore b/.gitignore index ec19e04..33834c6 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /Tests /wiki /out +/CMakeUserPresets.json diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index 41c190d..0000000 --- a/CMakeSettings.json +++ /dev/null @@ -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": [] - } - ] -} \ No newline at end of file