summaryrefslogtreecommitdiff
path: root/slicer/tool/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-01-05 18:42:14 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-01-05 18:42:14 +0000
commit277be0d75619db5d3a747318a72d9f14e2e0850c (patch)
tree702d5c8cb79e41e40737d4a3101a176d4a4e06df /slicer/tool/Jamfile.jam
parentSwitch to using metadata rather than the @ hack for using XML attributes (diff)
downloadslicer-277be0d75619db5d3a747318a72d9f14e2e0850c.tar.bz2
slicer-277be0d75619db5d3a747318a72d9f14e2e0850c.tar.xz
slicer-277be0d75619db5d3a747318a72d9f14e2e0850c.zip
Use boost::program_options for cli
Diffstat (limited to 'slicer/tool/Jamfile.jam')
-rw-r--r--slicer/tool/Jamfile.jam3
1 files changed, 3 insertions, 0 deletions
diff --git a/slicer/tool/Jamfile.jam b/slicer/tool/Jamfile.jam
index de50043..16942a0 100644
--- a/slicer/tool/Jamfile.jam
+++ b/slicer/tool/Jamfile.jam
@@ -1,5 +1,8 @@
+lib po : : <name>boost_program_options ;
+
exe slicer :
[ glob *.cpp ]
:
<library>../slicer//slicer
+ <library>po
;