summaryrefslogtreecommitdiff
path: root/config/redisxx.mpb
diff options
context:
space:
mode:
authorocielliottc <elliottc@objectcomputing.com>2023-02-17 12:01:33 -0600
committerGitHub <noreply@github.com>2023-02-17 12:01:33 -0600
commit2ba26030a1929e3bbfaa6753fabb63ab87df25c2 (patch)
tree15c135f9804c9c5d9e66604ee37318fb28c2384b /config/redisxx.mpb
parent33c20e2c48c225ba57e7784c543a7d8c02d76d06 (diff)
parent92be6443e0b606ea918fec4846b35ad14f3df6f7 (diff)
downloadMPC-Latest_ACE7TAO3_Micro.tar.gz
Merge pull request #178 from DOCGroup/elliottc/more_databasesACE+TAO-7_1_0Latest_ACE7TAO3_MinorLatest_ACE7TAO3_Micro
Support for more databases and utilities
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
+ }
+}