diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-17 19:36:30 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-17 22:16:48 +0000 |
commit | 0bf4ad9e4a9e1c97e92aa23a365405dfef89bd7c (patch) | |
tree | 68a80976a247836bbb1eecc835af437e3489fbb7 /Jamroot.jam | |
parent | First cut modernizing and sanitizing (diff) | |
download | ilt-0bf4ad9e4a9e1c97e92aa23a365405dfef89bd7c.tar.bz2 ilt-0bf4ad9e4a9e1c97e92aa23a365405dfef89bd7c.tar.xz ilt-0bf4ad9e4a9e1c97e92aa23a365405dfef89bd7c.zip |
Big reshuffle
Fixes code quality warnings now picked up.
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 5058f6a..e67a00c 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -13,8 +13,8 @@ project : requirements <variant>debug:<warnings>extra <variant>debug:<warnings-as-errors>on <variant>release:<lto>on - <toolset>tidy:<exclude>bin/res/fs-basicShader.h - <toolset>tidy:<exclude>bin/res/vs-basicShader.h + <toolset>tidy:<exclude>bin/gfx/gl/shaders/fs-basicShader.h + <toolset>tidy:<exclude>bin/gfx/gl/shaders/vs-basicShader.h <toolset>tidy:<checkxx>boost-* <toolset>tidy:<checkxx>bugprone-* <toolset>tidy:<checkxx>clang-* @@ -45,6 +45,8 @@ IMPORT $(__name__) : xxd.i : : xxd.i ; exe test : [ glob-tree *.cpp *.c *.vs *.fs : bin ] : + <include>. + <include>utility <library>sdl2 <library>glew <use>stb |