summaryrefslogtreecommitdiff
path: root/config/fuerte.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/fuerte.mpb
parent33c20e2c48c225ba57e7784c543a7d8c02d76d06 (diff)
parent92be6443e0b606ea918fec4846b35ad14f3df6f7 (diff)
downloadMPC-2ba26030a1929e3bbfaa6753fabb63ab87df25c2.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/fuerte.mpb')
-rw-r--r--config/fuerte.mpb7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/fuerte.mpb b/config/fuerte.mpb
new file mode 100644
index 00000000..8d3d517f
--- /dev/null
+++ b/config/fuerte.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+project: boost_date_time, openssl, velocypack {
+ macros += NGHTTP2_STATICLIB
+ includes += $(FUERTE_ROOT)/include
+ libpaths += $(FUERTE_ROOT)/lib
+ lit_libs += fuerte llhttp nghttp2
+}