Ninja: Use same echo message as makefiles.
This commit is contained in:
parent
7bb56c511e
commit
3b2a01e80e
|
@ -125,6 +125,9 @@ const char *cmNinjaNormalTargetGenerator::GetVisibleTypeName() const
|
|||
case cmTarget::SHARED_LIBRARY:
|
||||
return "shared library";
|
||||
case cmTarget::MODULE_LIBRARY:
|
||||
if (this->GetTarget()->IsCFBundleOnApple())
|
||||
return "CFBundle shared module";
|
||||
else
|
||||
return "shared module";
|
||||
case cmTarget::EXECUTABLE:
|
||||
return "executable";
|
||||
|
|
Loading…
Reference in New Issue