summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-02-15 13:16:55 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-02-15 13:16:55 -0600
commit5dbdd6e23ab9bbcd811aedda2d5e186647bdcf93 (patch)
tree902bc950f75d343bceed297feb0be93c9da3e6c3
parent6c90271aadffbfc6a0d10c8eb204f033e5dd7209 (diff)
downloadMPC-5dbdd6e23ab9bbcd811aedda2d5e186647bdcf93.tar.gz
Added support for RDFox.
-rw-r--r--config/rdfox.mpb10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/rdfox.mpb b/config/rdfox.mpb
new file mode 100644
index 00000000..a718b546
--- /dev/null
+++ b/config/rdfox.mpb
@@ -0,0 +1,10 @@
+// -*- MPC -*-
+project {
+ includes += $(RDFOX_ROOT)/include
+ libpaths += $(RDFOX_ROOT)/lib
+ lit_libs += libRDFox
+
+ specific(prop:microsoft) {
+ exceptionhandling = Async
+ }
+}