[CMake] Custom install target to install only files

vivek goel goelvivek2011 at gmail.com
Thu May 24 09:43:50 EDT 2012


I have a project with 10 binary files.
and I am installing custom 15 bash files using

install(PROGRAMS
          <file-list>
         DESTINATION /bin
          )

Is there a way to have custom install target like
make install script which will install only required script files with
building source code for binary files?

regards
Vivek Goel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120524/df613dda/attachment.htm>


More information about the CMake mailing list