summaryrefslogtreecommitdiff
path: root/config/velocypack.mpb
diff options
context:
space:
mode:
authorocielliottc <elliottc@objectcomputing.com>2023-02-17 12:01:33 -0600
committerGitHub <noreply@github.com>2023-02-17 12:01:33 -0600
commit2ba26030a1929e3bbfaa6753fabb63ab87df25c2 (patch)
tree15c135f9804c9c5d9e66604ee37318fb28c2384b /config/velocypack.mpb
parent33c20e2c48c225ba57e7784c543a7d8c02d76d06 (diff)
parent92be6443e0b606ea918fec4846b35ad14f3df6f7 (diff)
downloadMPC-2ba26030a1929e3bbfaa6753fabb63ab87df25c2.tar.gz
Merge pull request #178 from DOCGroup/elliottc/more_databasesACE+TAO-7_1_0Latest_ACE7TAO3_MinorLatest_ACE7TAO3_Micro
Support for more databases and utilities
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
+ }
+}