diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index c2f41d7..5894a7d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -3,6 +3,8 @@ import testing ; build-project src ; build-project test ; +lib z : : <link>shared ; + project webstat : requirements <cxxstd>26 <visibility>hidden |