Hi,<br><br>I&#39;m having problems with the install(TARGETS ... command. In my project i set the property DEBUGRT_POSTFIX &quot;_d&quot; on each target so the files ends with &quot;_d&quot;. This works fine, but when the command <br>
<br>        INSTALL(TARGETS mytarget<br>                RUNTIME DESTINATION lib<br>                LIBRARY DESTINATION lib<br>                ARCHIVE DESTINATION lib)<br><br>is executed, it searchs for the files without &quot;_d&quot;. <br>
<br>How can i make it find the correct files?<br><br>Thanks<br>Daniel<br>