aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--CMakeSettings.json15
2 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 223be0c..6a05411 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ cmake-*
/.cache
/.clangd
/.idea
+/.vs
# qtcreator generated files
*.pro.user*
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