Hi,<br><br>I'm having problems with the install(TARGETS ... command. In my project i set the property DEBUGRT_POSTFIX "_d" on each target so the files ends with "_d". 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 "_d". <br>
<br>How can i make it find the correct files?<br><br>Thanks<br>Daniel<br>