diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-24 19:59:15 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-24 19:59:15 +0100 |
commit | dfd0dd6d9be9a22eecd332ffcc9f88e44dbbaef5 (patch) | |
tree | b22326266bc280046eedb7054b3cc30ce993d1ca /Jamroot.jam | |
parent | Pass cppcheck (diff) | |
download | slicer-dfd0dd6d9be9a22eecd332ffcc9f88e44dbbaef5.tar.bz2 slicer-dfd0dd6d9be9a22eecd332ffcc9f88e44dbbaef5.tar.xz slicer-dfd0dd6d9be9a22eecd332ffcc9f88e44dbbaef5.zip |
Pass IWYU test for slicer and tool
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 63b7689..684df19 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -71,6 +71,7 @@ project <toolset>tidy:<define>__x86_64 <toolset>tidy:<librarydef>boost <toolset>tidy:<librarydef>std + <toolset>tidy:<mapping>iwyu.json ; build-project slicer ; |