Hi cmake,<br><br>I have just started learning use of CPack for my application.<br><br>I have an application which uses Qt and other third party libraries.<br><br>In CMakeLists.txt,<br><br>For adding libraries of external package, I used  <br>

INSTALL( FILES Lib1 lib2 DESTINATION ${INSTALL_DIR} )<br><br>For installing target generated from this CMakeLists.txt,<br>INSTALL( TARGETS ${EXECUTABLE_NAME} DESTINATION ${INSTALL_DIR} )<br><br>Here, while installing TARGETS, I want to add an executable of external package.<br>

When I included it with the above INSTALL, it says that &quot;install TARGETS given target &quot;some/path/exe&quot; which does not  exist in this directory.&quot;<br><br>I want to do it without copying in to the CMakeLists.txt folder. Is there any other way?<br>

<br>Also, can somebody throw some light on while making package, which type of libraries should I include ?? SHARED or STATIC ??<br><br>Please guide.<br>Thank you.<br><br>--<br>regards,<br>Manoj<br>