<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Brad King wrote:
<blockquote cite="mid44CF5BCE.8020907@kitware.com" type="cite">
  <pre wrap="">Brandon J. Van Every wrote:
  </pre>
  <br>
  <blockquote type="cite">
    <pre wrap="">Is there any way to get both cygchicken-0.dll and libchicken.dll.a ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Not currently.  This looks like the way cygwin does library versions, so
we could make this the implementation of the VERSION or SOVERSION
property on Cygwin (where those properties are currently ignored).
Please create a feature request for this in the bug tracker.
  </pre>
</blockquote>
<br>
As a workaround, a symlink for the import library seems to be solving
the difficulty.&nbsp; <br>
<br>
IF(CYGWIN)<br>
&nbsp; INSTALL(CODE "<br>
&nbsp;&nbsp;&nbsp; EXECUTE_PROCESS(COMMAND \${CMAKE_COMMAND} -E create_symlink<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/lib/libchicken-0.dll.a<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/lib/libchicken.dll.a)<br>
&nbsp; ")<br>
ENDIF(CYGWIN)<br>
<br>
<br>
Cheers,<br>
Brandon Van Every<br>
</body>
</html>