Re: [CMake] running executables linked to a dll in the build directory

2008-12-16 Thread Philip Lowman
On Tue, Dec 16, 2008 at 3:58 PM, Brad Aisa wrote: > From: "Ladanyi, Akos" >> Subject: [CMake] running executables linked to a dll in the build >>directory >> >> My source tree consists of a library, and some test programs for the >> library.

Re: [CMake] running executables linked to a dll in the build directory

2008-12-16 Thread Brad Aisa
From: "Ladanyi, Akos" Subject: [CMake] running executables linked to a dll in the build directory My source tree consists of a library, and some test programs for the library. The library is built as a dll, and the test programs link against the import library of this dll. Whe

Re: [CMake] running executables linked to a dll in the build directory

2008-12-15 Thread Alexander Neundorf
On Monday 15 December 2008, Ladanyi, Akos wrote: > Hi, > > My source tree consists of a library, and some test programs for the > library. The library is built as a dll, and the test programs link > against the import library of this dll. When I try to run the test > programs (in the build tree), t

Re: [CMake] running executables linked to a dll in the build directory

2008-12-15 Thread Eric Noulard
2008/12/15 Ladanyi, Akos : > Hi, > > My source tree consists of a library, and some test programs for the > library. The library is built as a dll, and the test programs link > against the import library of this dll. When I try to run the test > programs (in the build tree), they fail, because they

[CMake] running executables linked to a dll in the build directory

2008-12-15 Thread Ladanyi, Akos
Hi, My source tree consists of a library, and some test programs for the library. The library is built as a dll, and the test programs link against the import library of this dll. When I try to run the test programs (in the build tree), they fail, because they can not find the dll. What is the pro