We here are trying to setup VS2010 for generating code coverage data....and for 
that I need to add a linker flag /PROFILE . For adding that to exe we have a 
cmake variable CMAKE_EXE_LINKER_FLAGS . But that works only for exe and you add 
a similar varibale for adding linker flags for DLLs.

In other words is  there a setting for Windows DLL file targets that's similar 
to CMAKE_EXE_LINKER_FLAGS ?

++David->Bjornbak;

--

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

Reply via email to