summaryrefslogtreecommitdiff
path: root/config/redisxx.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'config/redisxx.mpb')
-rw-r--r--config/redisxx.mpb12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/redisxx.mpb b/config/redisxx.mpb
new file mode 100644
index 00000000..c11c253e
--- /dev/null
+++ b/config/redisxx.mpb
@@ -0,0 +1,12 @@
+// -*- MPC -*-
+project {
+ includes += $(REDIS_ROOT)/include
+ libpaths += $(REDIS_ROOT)/lib
+ lit_libs += redis++
+ libs += hiredis
+
+ specific(prop:microsoft) {
+ LanguageStandard = stdcpp17
+ DisableSpecificWarnings += 4200
+ }
+}