diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-04-17 21:41:26 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-07 16:41:37 +0000 |
commit | 71c5280bc6393669777147b5036dc510e74d93c4 (patch) | |
tree | 4efcc41b8d87f2c4a0dff3b6ad852bdaf809f514 /Jamroot.jam | |
parent | Initial commit of basis persistence (diff) | |
download | ilt-71c5280bc6393669777147b5036dc510e74d93c4.tar.bz2 ilt-71c5280bc6393669777147b5036dc510e74d93c4.tar.xz ilt-71c5280bc6393669777147b5036dc510e74d93c4.zip |
Second swing persistance
Mostly functional JSON deserialising for most types.
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 11df744..d248313 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -21,6 +21,7 @@ project : requirements <variant>release:<lto>on <variant>coverage:<coverage>on <toolset>tidy:<exclude>gfx/models/obj.cpp + <toolset>tidy:<exclude>lib/jsonParse.cpp <toolset>tidy:<checkxx>boost-* <toolset>tidy:<checkxx>bugprone-* <toolset>tidy:<checkxx>clang-* |