Re: [CMake] CMake Visual Studio 2005 and DLLs

2010-03-22 Thread Tyler Roscoe
On Sat, Mar 20, 2010 at 07:30:36PM +0100, Theodore Papadopoulo wrote: > All the tests (in the test directory) that use the DLL in the src > directory fail at runtime because they do not > find the dll... I suspect this is because of a different directory. All > the examples I have found use the s

Re: [CMake] CMake Visual Studio 2005 and DLLs

2010-03-20 Thread J Decker
On Sat, Mar 20, 2010 at 11:30 AM, Theodore Papadopoulo wrote: >    Hi, > > I have the following problem. > I try to build a DLL library with Visula Studio 2005. The project is > schematically structured in this way: > > project: >     src >     test >     zlib > > The src directory contains the so

[CMake] CMake Visual Studio 2005 and DLLs

2010-03-20 Thread Theodore Papadopoulo
Hi, I have the following problem. I try to build a DLL library with Visula Studio 2005. The project is schematically structured in this way: project: src test zlib The src directory contains the sources of the DLL library. The test directory contains a sample binary that im