summaryrefslogtreecommitdiffstats
path: root/src/arrow/cpp/CMakeSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/arrow/cpp/CMakeSettings.json')
-rw-r--r--src/arrow/cpp/CMakeSettings.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/arrow/cpp/CMakeSettings.json b/src/arrow/cpp/CMakeSettings.json
new file mode 100644
index 000000000..90d3abbca
--- /dev/null
+++ b/src/arrow/cpp/CMakeSettings.json
@@ -0,0 +1,21 @@
+{
+ "configurations": [
+ {
+ "name": "x64-Debug (default)",
+ "generator": "Ninja",
+ "configurationType": "Debug",
+ "inheritEnvironments": [ "msvc_x64_x64" ],
+ "buildRoot": "${projectDir}\\out\\build\\${name}",
+ "installRoot": "${projectDir}\\out\\install\\${name}",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "",
+ "ctestCommandArgs": "",
+ "variables": [
+ {
+ "name":"VCPKG_MANIFEST_MODE",
+ "value":"OFF"
+ }
+ ]
+ }
+ ]
+}