File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
// -*- MPC -*-
2
- project: boost_date_time, openssl {
2
+ project: boost_date_time, openssl, velocypack {
3
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
- }
4
+ includes += $(FUERTE_ROOT)/include
5
+ libpaths += $(FUERTE_ROOT)/lib
6
+ lit_libs += fuerte llhttp nghttp2
12
7
}
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments