summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-18 14:46:40 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-18 14:49:47 +0100
commit9b221b60484e62249868fcd7e1e57b9f86e677df (patch)
tree5857095e698950f32f2030a97c01f72b653b2953 /Jamroot.jam
parentAdd JT recommended warnings (diff)
downloadlibdbpp-9b221b60484e62249868fcd7e1e57b9f86e677df.tar.bz2
libdbpp-9b221b60484e62249868fcd7e1e57b9f86e677df.tar.xz
libdbpp-9b221b60484e62249868fcd7e1e57b9f86e677df.zip
Pass cppcheck and clang-tidy
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 51d89b0..ed164f9 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -42,6 +42,8 @@ project
<toolset>tidy:<checkxx>hicpp-*
<toolset>tidy:<xcheckxx>hicpp-named-parameter
<toolset>tidy:<checkxx>performance-*
+ <toolset>tidy:<librarydef>boost
+ <toolset>tidy:<librarydef>std
;
build-project libdbpp ;