diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-10-18 20:09:40 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-17 15:36:04 +0000 | 
| commit | 229ab1930bb0afb888f2ab0fdae8a4d89ec67407 (patch) | |
| tree | 90f5948c60e9fd1ff843a371330d1999065c8caf | |
| parent | Add missing header for libxml++/document.h (diff) | |
| download | icespider-229ab1930bb0afb888f2ab0fdae8a4d89ec67407.tar.bz2 icespider-229ab1930bb0afb888f2ab0fdae8a4d89ec67407.tar.xz icespider-229ab1930bb0afb888f2ab0fdae8a4d89ec67407.zip  | |
Add librarydefs
| -rw-r--r-- | Jamroot.jam | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 82324ca..de7cae6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -48,6 +48,8 @@ project  			<toolset>tidy:<exclude>unittests/bin/test-api.h  			<toolset>tidy:<exclude>unittests/bin/test-fcgi.h  			<toolset>tidy:<exclude>ice/cpp/* +			<toolset>tidy:<librarydef>boost +			<toolset>tidy:<librarydef>std  	;  build-project icespider ;  | 
