mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: clean up docs some
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
{
|
||||
return
|
||||
"ADD_CUSTOM_TARGET(Name [ALL] [ command arg arg arg ... ])\n"
|
||||
"The ALL option is optional. If it is specified it indicates that this target should be added to the Build all target. The command and arguments are optional. If not specified, it will create an empy target. Command cannot be called ALL.";
|
||||
"If the ALL option is specified it indicates that this target should be added to the default build target. The command and arguments are optional. If not specified, it will create an empty target. The command cannot be called ALL.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmAddCustomTargetCommand, cmCommand);
|
||||
|
||||
Reference in New Issue
Block a user