[CMake] A doubt about macros, relative paths and long args

Filipe Sousa natros at gmail.com
Thu Mar 27 19:37:13 EDT 2008


Leopold Palomo Avellaneda wrote:
> Hi again,
> 
> please, how can I pass an EXACT string to a ARGS command in a custom command?

VERBATIM

add_custom_command(OUTPUT output1 [output2 ...]
                             COMMAND command1 [ARGS] [args1...]
                             [COMMAND command2 [ARGS] [args2...] ...]
                             [MAIN_DEPENDENCY depend]
                             [DEPENDS [depends...]]
                             [IMPLICIT_DEPENDS <lang1> depend1 ...]
                             [WORKING_DIRECTORY dir]
                             [COMMENT comment] [VERBATIM] [APPEND])



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://www.cmake.org/pipermail/cmake/attachments/20080327/8156a607/attachment.pgp>


More information about the CMake mailing list