diff options
Diffstat (limited to 'sw.cpp')
-rw-r--r-- | sw.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ void build(Solution &s) auto &t = tgbot.addExecutable("test"); { t.Scope = TargetScope::Test; + t += cpp11; t += "test/.*"_rr; t += "test"_idir; t += "SW_BUILD"_def; |