Skip to content

Commit

Permalink
Merge pull request #201 from mitza-oci/mongodb
Browse files Browse the repository at this point in the history
Updated mongodb base projects
  • Loading branch information
mitza-oci authored Apr 11, 2024
2 parents ce332dc + 50b2e46 commit 5cf9624
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions config/bsoncxx.mpb
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
// -*- MPC -*-
project: boost_base {
includes += $(MONGODB_ROOT)/include/bsoncxx/v_noabi
libpaths += $(MONGODB_ROOT)/lib
project {
includes += $(MONGODB_ROOT)/include
lit_libs += bsoncxx bson-1.0

specific (prop:microsoft) {
Debug::libpaths += $(MONGODB_ROOT)/debug/lib $(MONGODB_ROOT)/lib
Release::libpaths += $(MONGODB_ROOT)/lib
} else {
libpaths += $(MONGODB_ROOT)/lib
}
}
2 changes: 1 addition & 1 deletion config/mongodb.mpb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -*- MPC -*-
project: bsoncxx {
includes += $(MONGODB_ROOT)/include/mongocxx/v_noabi
includes += $(MONGODB_ROOT)/include/mongocxx
lit_libs += mongocxx mongoc-1.0
}

0 comments on commit 5cf9624

Please sign in to comment.