mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
STYLE: add more docs
This commit is contained in:
parent
11742beb1b
commit
0044ce71bc
@ -87,7 +87,10 @@ public:
|
||||
"ignored.\n"
|
||||
"The second signature adds a custom command to a target "
|
||||
"such as a library or executable. This is useful for "
|
||||
"performing an operation before or after building the target:\n"
|
||||
"performing an operation before or after building the target. "
|
||||
"The command becomes part of the target and will only execute "
|
||||
"when the target itself is built. If the target is already built,"
|
||||
" the command will not execute.\n"
|
||||
" ADD_CUSTOM_COMMAND(TARGET target\n"
|
||||
" PRE_BUILD | PRE_LINK | POST_BUILD\n"
|
||||
" COMMAND command1 [ARGS] [args1...]\n"
|
||||
|
Loading…
Reference in New Issue
Block a user