From ef84ec8fcac25f30397478881dfde0a11888a0a7 Mon Sep 17 00:00:00 2001 From: kamilprzyb Date: Wed, 2 Sep 2020 00:38:33 +0200 Subject: [PATCH] remove CMakeSettings --- CMakeSettings.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 CMakeSettings.json diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index ead051c..0000000 --- a/CMakeSettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Zobacz https://go.microsoft.com/fwlink/?linkid=834763, aby uzyskać więcej informacji o tym pliku. - "configurations": [ - { - "name": "x64-Debug", - "generator": "Ninja", - "configurationType": "Debug", - "inheritEnvironments": [ "msvc_x64_x64" ], - "buildRoot": "${projectDir}\\out\\build\\${name}", - "installRoot": "${projectDir}\\out\\install\\${name}", - "cmakeCommandArgs": "", - "buildCommandArgs": "", - "ctestCommandArgs": "" - } - ] -} \ No newline at end of file