diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-08-22 16:47:36 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-08-22 16:47:36 +0100 |
commit | 91ca56f285011bc8797069d63b714d4e7ee45f8b (patch) | |
tree | 35c0e0ec470530f6de1d9ee7eb48be0ca2de2bb8 /Jamroot.jam | |
parent | e8612480ef46aa732eb1b261eee8f917b60614ac (diff) | |
download | slice-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.jam | 8 |
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 : : : |