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.
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
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
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
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