[CMake] SOVERSION with DLL's

Dixon, Shane Shane.Dixon at atmel.com
Wed Oct 7 12:34:26 EDT 2009


I'd like to install my DLL's with the SOVERION appended to the end (i.e. MYDLL-3.dll).  Is there a better way to do this than to just do this:

 

Install( FILES MYDLL.dll DESTINATION bin RENAME MYDLL-${MYDLL_SOVERSION}.dll)

 

I'd have to do this several times over and I'd also have to exclude the MYDLL.dll from being installed in the normal RUNTIME property.  Any suggestions regarding the best way to do this?

 

--

Shane

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20091007/b635ab6c/attachment.htm>


More information about the CMake mailing list