[CMake] install target and DEBUGRT_POSTFIX

daniel trindade danielrtrindade1 at gmail.com
Fri Feb 27 09:32:18 EST 2009


Hi,

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

        INSTALL(TARGETS mytarget
                RUNTIME DESTINATION lib
                LIBRARY DESTINATION lib
                ARCHIVE DESTINATION lib)

is executed, it searchs for the files without "_d".

How can i make it find the correct files?

Thanks
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090227/16f593a7/attachment.htm>


More information about the CMake mailing list