summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-02-15 13:15:58 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-02-15 13:15:58 -0600
commitb51ffef93aa8328ba92cfcf14709b07f0a6b8313 (patch)
tree4d1bc0f63386b90fa113d494880d842a81330955
parent213234a9b12a50d99370aa40364e305571973185 (diff)
downloadMPC-b51ffef93aa8328ba92cfcf14709b07f0a6b8313.tar.gz
Split velocypack from fuerte.
-rw-r--r--config/fuerte.mpb13
-rw-r--r--config/velocypack.mpb10
2 files changed, 14 insertions, 9 deletions
diff --git a/config/fuerte.mpb b/config/fuerte.mpb
index d25967a5..8d3d517f 100644
--- a/config/fuerte.mpb
+++ b/config/fuerte.mpb
@@ -1,12 +1,7 @@
// -*- MPC -*-
-project: boost_date_time, openssl {
+project: boost_date_time, openssl, velocypack {
macros += NGHTTP2_STATICLIB
- includes += $(ARANGODB_ROOT)/include
- libpaths += $(ARANGODB_ROOT)/lib
- lit_libs += fuerte llhttp nghttp2 velocypack
-
- specific(prop:microsoft) {
- LanguageStandard = stdcpp20
- //DisableSpecificWarnings += 26481
- }
+ includes += $(FUERTE_ROOT)/include
+ libpaths += $(FUERTE_ROOT)/lib
+ lit_libs += fuerte llhttp nghttp2
}
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
+ }
+}