summaryrefslogtreecommitdiff
path: root/source/luametatex/CMakeSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/CMakeSettings.json')
-rw-r--r--source/luametatex/CMakeSettings.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/source/luametatex/CMakeSettings.json b/source/luametatex/CMakeSettings.json
new file mode 100644
index 000000000..8b2bb1951
--- /dev/null
+++ b/source/luametatex/CMakeSettings.json
@@ -0,0 +1,73 @@
+{
+ "configurations": [
+ {
+ "name": "msvc-x64-debug",
+ "generator": "Ninja",
+ "configurationType": "Debug",
+ "inheritEnvironments": [ "msvc_x64_x64" ],
+ "buildRoot": "${projectDir}\\build\\${name}",
+ "installRoot": "${projectDir}\\..\\install\\${name}",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "-v",
+ "ctestCommandArgs": ""
+ },
+ {
+ "name": "msvc-x64-release",
+ "generator": "Ninja",
+ "configurationType": "Release",
+ "buildRoot": "${projectDir}\\build\\${name}",
+ "installRoot": "${projectDir}\\..\\install\\${name}",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "-v",
+ "ctestCommandArgs": "",
+ "inheritEnvironments": [ "msvc_x64_x64" ]
+ },
+ {
+ "name": "msvc-x64-clang",
+ "generator": "Ninja",
+ "configurationType": "Release",
+ "buildRoot": "${projectDir}\\build\\${name}",
+ "installRoot": "${projectDir}\\..\\install\\${name}",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "-v",
+ "ctestCommandArgs": "",
+ "inheritEnvironments": [ "clang_cl_x64" ]
+ },
+ {
+ "name": "msvc-arm64-release",
+ "generator": "Ninja",
+ "configurationType": "Debug",
+ "inheritEnvironments": [ "msvc_arm64_x64" ],
+ "buildRoot": "${projectDir}\\build\\${name}",
+ "installRoot": "${projectDir}\\..\\install\\${name}",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "-v",
+ "ctestCommandArgs": ""
+ },
+ {
+ "name": "wsl-gcc-release",
+ "generator": "Ninja",
+ "configurationType": "RelWithDebInfo",
+ "buildRoot": "${projectDir}\\out\\build\\${name}",
+ "installRoot": "${projectDir}\\out\\install\\${name}",
+ "cmakeExecutable": "cmake",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "",
+ "ctestCommandArgs": "",
+ "inheritEnvironments": [ "linux_x64" ],
+ "wslPath": "${defaultWSLPath}",
+ "addressSanitizerRuntimeFlags": "detect_leaks=0"
+ },
+ {
+ "name": "msvc-x86-release",
+ "generator": "Ninja",
+ "configurationType": "Release",
+ "buildRoot": "${projectDir}\\build\\${name}",
+ "installRoot": "${projectDir}\\..\\install\\${name}",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "-v",
+ "ctestCommandArgs": "",
+ "inheritEnvironments": [ "msvc_x86_x64" ]
+ }
+ ]
+} \ No newline at end of file