We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213234a commit b51ffefCopy full SHA for b51ffef
2 files changed
config/fuerte.mpb
@@ -1,12 +1,7 @@
1
// -*- MPC -*-
2
-project: boost_date_time, openssl {
+project: boost_date_time, openssl, velocypack {
3
macros += NGHTTP2_STATICLIB
4
- includes += $(ARANGODB_ROOT)/include
5
- libpaths += $(ARANGODB_ROOT)/lib
6
- lit_libs += fuerte llhttp nghttp2 velocypack
7
-
8
- specific(prop:microsoft) {
9
- LanguageStandard = stdcpp20
10
- //DisableSpecificWarnings += 26481
11
- }
+ includes += $(FUERTE_ROOT)/include
+ libpaths += $(FUERTE_ROOT)/lib
+ lit_libs += fuerte llhttp nghttp2
12
}
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
+ }
+}
0 commit comments