diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-02 21:47:30 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-02 21:47:30 +0100 |
commit | 8e66f114e8adf0d6a7cce2befe8d7c70632c501c (patch) | |
tree | c2f34883b5a2d7c79ab9876792ce65c79a6c0fee | |
parent | Add a code coverage profile (diff) | |
download | netfs-8e66f114e8adf0d6a7cce2befe8d7c70632c501c.tar.bz2 netfs-8e66f114e8adf0d6a7cce2befe8d7c70632c501c.tar.xz netfs-8e66f114e8adf0d6a7cce2befe8d7c70632c501c.zip |
Add new projects to default build
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index c838f50..7edf863 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -19,4 +19,4 @@ project ; -alias all : project2 netfs libjsonpp libadhocutil p2pvr libtmdb slicer ; +alias all : project2 netfs libjsonpp libadhocutil p2pvr libtmdb slicer libpqpp libmysqlpp libodbcpp libsqlitepp ; |