[CMake] Windows .lib

Jonathan Hansen jonathan at ciranova.com
Thu Oct 12 20:46:07 EDT 2006


My company is trying to use cmake to get a windows build of our linux/mac
software and I have run into a small problem.

When I run nmake on the generated make files under windows I get the correct
.dll output for the first library, I also get .ilk and .pdb for the library.
When it gets to the next, which needs this library to funtion, I get an
error stating I need a .lib, which according to the faq should be generated.

Do I need to set something to get this output?

Thanks,

Jonathan



More information about the CMake mailing list