diff options
Diffstat (limited to 'slicer/Jamfile.jam')
-rw-r--r-- | slicer/Jamfile.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slicer/Jamfile.jam b/slicer/Jamfile.jam index 04fc453..69c914b 100644 --- a/slicer/Jamfile.jam +++ b/slicer/Jamfile.jam @@ -4,8 +4,10 @@ build-project tool ; build-project slicer ; build-project xml ; build-project json ; +build-project db ; build-project test ; package.install install : <install-source-root>. : tool//slicer : slicer//slicer : [ glob slicer/*.h ] ; package.install install-xml : <install-source-root>. : : xml//slicer-xml : [ glob xml/*.h ] ; package.install install-json : <install-source-root>. : : json//slicer-json : [ glob json/*.h ] ; +package.install install-db : <install-source-root>. : : db//slicer-db : [ glob db/*.h ] ; |