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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to