summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-01-13 19:29:38 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-01-13 19:43:19 +0000
commit12ed39bf184c056dd103274773339e87c84e6476 (patch)
treef9ce1ede40c64e306ec258fa7242cbaf19628340 /Jamroot.jam
parentRay Trace cursor clicks to terrain surface (diff)
downloadilt-12ed39bf184c056dd103274773339e87c84e6476.tar.bz2
ilt-12ed39bf184c056dd103274773339e87c84e6476.tar.xz
ilt-12ed39bf184c056dd103274773339e87c84e6476.zip
Configure cppcheck libraries
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index d4476e3..d0ae95f 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -38,6 +38,11 @@ project : requirements
<toolset>tidy:<checkxx>performance-*
<toolset>tidy:<comments>no
<toolset>tidy:<mapping>iwyu.json
+ <toolset>tidy:<librarydef>gnu
+ <toolset>tidy:<librarydef>posix
+ <toolset>tidy:<librarydef>opengl
+ <toolset>tidy:<librarydef>sdl
+ <toolset>tidy:<librarydef>std
<toolset>tidy:<define>TIDY
;