summaryrefslogtreecommitdiff
path: root/config/velocypack.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'config/velocypack.mpb')
-rw-r--r--config/velocypack.mpb10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/velocypack.mpb b/config/velocypack.mpb
new file mode 100644
index 00000000..31fc0d5d
--- /dev/null
+++ b/config/velocypack.mpb
@@ -0,0 +1,10 @@
+// -*- MPC -*-
+project {
+ includes += $(VELOCYPACK_ROOT)/include
+ libpaths += $(VELOCYPACK_ROOT)/lib
+ lit_libs += velocypack
+
+ specific(prop:microsoft) {
+ LanguageStandard = stdcpp20
+ }
+}