Skip to content

Commit b51ffef

Browse files
committed
Split velocypack from fuerte.
1 parent 213234a commit b51ffef

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

config/fuerte.mpb

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
// -*- MPC -*-
2-
project: boost_date_time, openssl {
2+
project: boost_date_time, openssl, velocypack {
33
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-
}
4+
includes += $(FUERTE_ROOT)/include
5+
libpaths += $(FUERTE_ROOT)/lib
6+
lit_libs += fuerte llhttp nghttp2
127
}

config/velocypack.mpb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// -*- MPC -*-
2+
project {
3+
includes += $(VELOCYPACK_ROOT)/include
4+
libpaths += $(VELOCYPACK_ROOT)/lib
5+
lit_libs += velocypack
6+
7+
specific(prop:microsoft) {
8+
LanguageStandard = stdcpp20
9+
}
10+
}

0 commit comments

Comments
 (0)