Skip to content

Commit 5dbdd6e

Browse files
committed
Added support for RDFox.
1 parent 6c90271 commit 5dbdd6e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/rdfox.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 += $(RDFOX_ROOT)/include
4+
libpaths += $(RDFOX_ROOT)/lib
5+
lit_libs += libRDFox
6+
7+
specific(prop:microsoft) {
8+
exceptionhandling = Async
9+
}
10+
}

0 commit comments

Comments
 (0)