summaryrefslogtreecommitdiff
path: root/CMakeSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r--CMakeSettings.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json
new file mode 100644
index 0000000..9c1bc9d
--- /dev/null
+++ b/CMakeSettings.json
@@ -0,0 +1,15 @@
+{
+ "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