[CMake] install(files...

Petr Kmoch petr.kmoch at gmail.com
Wed Feb 18 03:03:20 EST 2015


Hi Micha,

these parameters, which are common to several install() commands, are
described in the initial section of the command's docs:
http://www.cmake.org/cmake/help/v3.2/command/install.html#introduction

Petr

On Wed, Feb 18, 2015 at 8:46 AM, Micha Renner <Micha.Renner at t-online.de>
wrote:

> Hello,
>
> In the manual the install(FILES...) command is described as this:
> install(<FILES|PROGRAMS> files... DESTINATION <dir>
>         [PERMISSIONS permissions...]
>         [CONFIGURATIONS [Debug|Release|...]]
>         [COMPONENT <component>]
>         [RENAME <name>] [OPTIONAL])
>
> So what is the meaning of COMPONENT and OPTIONAL?
>
> Greetings
>
> Micha
>
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150218/7db916de/attachment.html>


More information about the CMake mailing list