[CMake] import library

Tyler Roscoe tyler at cryptio.net
Fri Jun 12 12:17:04 EDT 2009


On Fri, Jun 12, 2009 at 05:46:39PM +0200, Leon Aronson (DT) wrote:
> I'm not generating dll's (at least I intend to); it should
> all be static linking.

Static libraries are also controlled by ARCHIVE_OUTPUT_DIRECTORY.

If you are using static libraries then you don't get (or need) an import
library, so I guess I don't understand your question. Static libraries
have the extension .lib on Windows (unfortunately, the same as import
libraries).  If you are getting a .dll out of your build process, you
are not producing static libraries.

tyler


More information about the CMake mailing list