diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-06-03 14:48:44 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-06-03 14:48:44 (GMT) |
commit | 3a4d2e248ec8a22b84cc7769787424253da27fbb (patch) | |
tree | be772f25b384508f759bf3d7d276c5b7d0fc1a27 /Source/cmAddCustomCommandCommand.h | |
parent | 9c0aa78c0d562eb363d8579bb9ed5777d2eff00a (diff) | |
download | CMake-3a4d2e248ec8a22b84cc7769787424253da27fbb.zip CMake-3a4d2e248ec8a22b84cc7769787424253da27fbb.tar.gz CMake-3a4d2e248ec8a22b84cc7769787424253da27fbb.tar.bz2 |
better docs
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r-- | Source/cmAddCustomCommandCommand.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h index 114ac22..21df1e9 100644 --- a/Source/cmAddCustomCommandCommand.h +++ b/Source/cmAddCustomCommandCommand.h @@ -108,33 +108,4 @@ public: }; -/* - -target: normal depends - pre rules - normal rules - post rules - -output1: source other depends - rule - -output2: source other dpeends - rule - - -another option is - -output1: depends - rule - -output2: depends - rule - - - -use case1 - an executable that depending on args create diff output files - -*/ - - #endif |