I have a project with 10 binary files. <br>and I am installing custom 15 bash files using <br><br>install(PROGRAMS <br>          &lt;file-list&gt;<br>         DESTINATION /bin         <br>          )<br><br>Is there a way to have custom install target like <br>
make install script which will install only required script files with building source code for binary files?<br><br clear="all">regards<div>Vivek Goel</div><br>