[CMake] How to link against a static lib under windows/minGW

Joachim Ziegler ziegler at mpi-sb.mpg.de
Thu Oct 30 12:17:35 EDT 2008


Joachim Ziegler wrote:
> Now how can I tell CMake to include the (external) file
> 
> D:\nspr-4.6\lib\libnspr4.dll

I've got it:

   INSTALL(FILES   D:/nspr-4.6/lib/libnspr4.dll DESTINATION bin)

Thnaks,
Joachim


More information about the CMake mailing list