summaryrefslogtreecommitdiff
path: root/slicer/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/Jamfile.jam')
-rw-r--r--slicer/Jamfile.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/slicer/Jamfile.jam b/slicer/Jamfile.jam
index b6de7a4..04fc453 100644
--- a/slicer/Jamfile.jam
+++ b/slicer/Jamfile.jam
@@ -3,7 +3,9 @@ import package ;
build-project tool ;
build-project slicer ;
build-project xml ;
+build-project json ;
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 ] ;