summaryrefslogtreecommitdiff
path: root/slicer/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/Jamfile.jam')
-rw-r--r--slicer/Jamfile.jam6
1 files changed, 6 insertions, 0 deletions
diff --git a/slicer/Jamfile.jam b/slicer/Jamfile.jam
index b8bbceb..e149853 100644
--- a/slicer/Jamfile.jam
+++ b/slicer/Jamfile.jam
@@ -9,6 +9,12 @@ build-project ice ;
build-project test ;
lib adhocutil : : : : <include>/usr/include/adhocutil ;
+lib Ice++11 ;
+lib pthread ;
+alias Ice : : : :
+ <library>Ice++11
+ <library>pthread
+ ;
explicit install ;
explicit install-xml ;