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