diff options
author | rtk0c <[email protected]> | 2021-11-25 11:58:47 -0800 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-11-25 11:58:47 -0800 |
commit | 2599909052ef552efd5622bf73b60913e815b498 (patch) | |
tree | c0618d6f4c79d32de1b5885443c8e82c2ec9e079 /CMakeSettings.json | |
parent | 4932f36da4fab3fc8965822bba473cbd20f7f405 (diff) |
Remove CMakeSettings.json from git
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r-- | CMakeSettings.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index 9c1bc9d..0000000 --- a/CMakeSettings.json +++ /dev/null @@ -1,15 +0,0 @@ -{
- "configurations": [
- {
- "name": "x64-Debug",
- "generator": "Ninja",
- "configurationType": "Debug",
- "inheritEnvironments": [ "msvc_x64" ],
- "buildRoot": "${projectDir}\\build\\${name}",
- "installRoot": "${projectDir}\\out\\install\\${name}",
- "cmakeCommandArgs": "-GNinja -DCMAKE_UNITY_BUILD=ON -DBUILD_CORE_WITH_DX12_BACKEND=ON -DBUILD_CORE_WITH_DX11_BACKEND=ON -DBUILD_CORE_WITH_VULKAN_BACKEND=ON -DBUILD_CORE_WITH_OPENGL3_BACKEND=ON -DBUILD_CORE_WITH_OPENGL2_BACKEND=ON",
- "buildCommandArgs": "",
- "ctestCommandArgs": ""
- }
- ]
-}
\ No newline at end of file |