diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-08-30 13:19:23 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-08-30 13:26:50 +0100 |
commit | 4e9fcf61c3251129f7d36d00a2de88af6cedb465 (patch) | |
tree | e79de827bd34ac0c2951418044720bd3522cebe7 /Jamroot.jam | |
parent | Fix scope of test suite (diff) | |
download | slicer-4e9fcf61c3251129f7d36d00a2de88af6cedb465.tar.bz2 slicer-4e9fcf61c3251129f7d36d00a2de88af6cedb465.tar.xz slicer-4e9fcf61c3251129f7d36d00a2de88af6cedb465.zip |
Support model parts that are abstract classes with functionsslicer-1.10.4
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 b350916..b878832 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -38,6 +38,7 @@ project <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/classtype.h <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/collections.h <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/enums.h + <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/functions.h <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/inheritance.h <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/interfaces.h <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/json.h |