summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-08-22 16:47:36 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-08-22 16:47:36 +0100
commit91ca56f285011bc8797069d63b714d4e7ee45f8b (patch)
tree35c0e0ec470530f6de1d9ee7eb48be0ca2de2bb8 /Jamroot.jam
parente8612480ef46aa732eb1b261eee8f917b60614ac (diff)
downloadslice-parser-91ca56f285011bc8797069d63b714d4e7ee45f8b.tar.bz2
slice-parser-91ca56f285011bc8797069d63b714d4e7ee45f8b.tar.xz
slice-parser-91ca56f285011bc8797069d63b714d4e7ee45f8b.zip
Link all required depsslice-parser-3.7.4
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam8
1 files changed, 8 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index d54e7c5..532e007 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,13 +1,21 @@
import package ;
using gcc ;
+lib Ice++11 : : : : <library>mcpp <library>pthread ;
+lib mcpp ;
+lib pthread ;
+
lib slice-parser :
[ glob ice/cpp/src/Slice/*.cpp ]
+ ice/cpp/src/IceUtil/CtrlCHandler.cpp
+ ice/cpp/src/IceUtil/UtilException.cpp
:
<include>ice/cpp/src
+ <library>Ice++11
<cxxstd>11
<warnings>off
<variant>release:<lto>on
+ <linkflags>"-Wl,-z,defs,--warn-once"
;
package.install install : : :