repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #228 from DOCGroup/jwillemsen-patch-1
[MPC.git]
/
config
/
velocypack.mpb
blob
31fc0d5db4a393a0c5e15ba8a405662002e80e67
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
}