diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-26 00:07:43 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-26 00:07:43 +0100 |
commit | 3b600767b35257157bc74e7f6069760c2f507e0f (patch) | |
tree | dc4fc8b5f85ecaabe52b549a60cf5ad149a8c96e | |
parent | Use system dbpp and autoloaded connectors. (diff) | |
download | project2-3b600767b35257157bc74e7f6069760c2f507e0f.tar.bz2 project2-3b600767b35257157bc74e7f6069760c2f507e0f.tar.xz project2-3b600767b35257157bc74e7f6069760c2f507e0f.zip |
Install headers
-rw-r--r-- | project2/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/Jamfile.jam b/project2/Jamfile.jam index 5b03778..7197c4b 100644 --- a/project2/Jamfile.jam +++ b/project2/Jamfile.jam @@ -35,5 +35,5 @@ build-project xml//unittests ; build-project files//unittests ; explicit install ; -package.install install : : finalbin : finallib ; +package.install install : <install-source-root>. : finalbin : finallib : [ glob-tree *.h : unittests ] ; |