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