diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-24 13:16:05 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-24 13:16:05 +0000 |
commit | 12d38a0114657cc468e93f7eb0f97b2b1ac8f924 (patch) | |
tree | 7aec12c6469db3a46811ef6c49800b33a029292e /Jamroot.jam | |
parent | Allow physical objects to share meshes and textures (diff) | |
download | ilt-12d38a0114657cc468e93f7eb0f97b2b1ac8f924.tar.bz2 ilt-12d38a0114657cc468e93f7eb0f97b2b1ac8f924.tar.xz ilt-12d38a0114657cc468e93f7eb0f97b2b1ac8f924.zip |
Big tidy up of shader wrapper
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 397a167..9b79df6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -26,6 +26,7 @@ project : requirements <toolset>tidy:<checkxx>hicpp-* <toolset>tidy:<xcheckxx>hicpp-signed-bitwise <toolset>tidy:<xcheckxx>hicpp-named-parameter + <toolset>tidy:<xcheckxx>hicpp-no-array-decay <toolset>tidy:<checkxx>performance-* <toolset>tidy:<comments>no <toolset>tidy:<mapping>iwyu.json |