chenliangyu před 9 měsíci
rodič
revize
d7d6a0665a
1 změnil soubory, kde provedl 0 přidání a 32 odebrání
  1. 0 32
      CMakePresets.json

+ 0 - 32
CMakePresets.json

@@ -1,32 +0,0 @@
-{
-    "version": 8,
-    "configurePresets": [
-        {
-            "name": "Release",
-            "displayName": "2019 x86",
-            "description": "Using compilers for Visual Studio 16 2019 (x86 architecture)",
-            "generator": "Visual Studio 16 2019",
-            "toolset": "host=x86",
-            "architecture": "win32",
-            "binaryDir": "${sourceDir}/out/build/${presetName}",
-            "cacheVariables": {
-                "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
-                "CMAKE_C_COMPILER": "cl.exe",
-                "CMAKE_CXX_COMPILER": "cl.exe",
-                "CMAKE_CONFIGURATION_TYPES": "Release",
-                "cmakeCommandArgs": "-D BUILD_TESTING=OFF",
-                "ctestCommandArgs": "-C Release"
-            }
-            
-        }
-    ],
-    "buildPresets": [
-        {
-            "name": "Release",
-            "displayName": "2019 x86",
-            "configurePreset": "Release",
-            "configuration": "Release"
-        }
-
-    ]
-}