cmLocalGenerator: Add AppendFlags overload with backtraces

This commit is contained in:
Justin Goshi
2019-09-03 10:25:44 -07:00
committed by Brad King
parent b13207910e
commit a20d2c85d0
3 changed files with 11 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ public:
// append flags to a string
void AppendFlags(std::string& flags,
const std::string& newFlags) const override;
using cmLocalCommonGenerator::AppendFlags;
// append an echo command
enum EchoColor