Re: [CMake] How to link against a .dll with cmake?

2010-07-25 Thread andy fillebrown
The documentation is not current. Mingw can now link directly to a .dll. See the "direct linking to a dll" section here ... http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gnu-linker/win32.html On Sun, Jul 25, 2010 at 4:35 AM, Andreas Pakulat wrote: > On 25.07.10 00:57:14, John Dre

Re: [CMake] How to link against a .dll with cmake?

2010-07-24 Thread andy fillebrown
mingw can link using a .dll On Sat, Jul 24, 2010 at 11:00 PM, John Drescher wrote: >>> I know that target_link_libraries can be used to link a .lib , >>> >>> but how to link a .dll into the project? >>> >>> >> You do not link against a .dll in windows ever. >> > When you create a .dll there is a