summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-03-02 23:57:17 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-03-02 23:57:17 +0000
commit293777e10f33c98e3493c94586419db9f1356e6b (patch)
tree67f3f0f50ad6fa7c11521ac35d281a0e2e02392f /Jamroot.jam
parentVastly improved manual camera controller (diff)
downloadilt-293777e10f33c98e3493c94586419db9f1356e6b.tar.bz2
ilt-293777e10f33c98e3493c94586419db9f1356e6b.tar.xz
ilt-293777e10f33c98e3493c94586419db9f1356e6b.zip
Add coverage variant
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 9b9afab..9ee89b5 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -13,11 +13,13 @@ pkg-config.import glew ;
lib stb : : : : <include>/usr/include/stb ;
lib pthread ;
+variant coverage : debug ;
project : requirements
<cxxstd>20
<variant>debug:<warnings>pedantic
<variant>debug:<warnings-as-errors>on
<variant>release:<lto>on
+ <variant>coverage:<coverage>on
<toolset>tidy:<exclude>gfx/models/obj.cpp
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*