PROTECTED]
Sent: Friday, March 10, 2006 6:07 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [CMake] Problem with link directories
jolinda wrote:
> Just to check, I've made the littlest cmakelists.txt file I can that
> shows the problem. Here it is in it's entirety:
>
jolinda wrote:
Just to check, I've made the littlest cmakelists.txt file I can that shows
the problem. Here it is in it's entirety:
PROJECT(MyProject)
ADD_EXECUTABLE(MyProject WIN32 file2.cpp )
LINK_DIRECTORIES( "d:/dcmtk-3.5.3" )
TARGET_LINK_LIBRARIES(MyProject dcmdata.lib)
If I build a proj
>StackReserveSize="1000"/>
>
>So, not only are my library directories not there, but there's an explosion
>of redundant dependencies.
>
>Jolinda
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Brad
.
Jolinda
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brad King
Sent: Thursday, March 09, 2006 6:34 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [CMake] Problem with link directories
jolinda wrote:
> Hi,
>
> I have a Visual Studio
It already is before the targets that need it are added. Any other ideas?
Jolinda
-Original Message-
From: Brad King [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 09, 2006 6:34 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [CMake] Problem with link directories
jolinda
jolinda wrote:
Hi,
I have a Visual Studio 7.0 project that was building fine using CMake-1.8
that won't build with version 2.2. I have a simple CMakeLists.txt file that
includes things like:
LINK_DIRECTORIES( ${DCMTK_PATH}/dcmdata/libsrc
${DCMTK_PATH}/dcmimage/libsrc )
When u
Hi,
I have a Visual Studio 7.0 project that was building fine using CMake-1.8
that won't build with version 2.2. I have a simple CMakeLists.txt file that
includes things like:
LINK_DIRECTORIES( ${DCMTK_PATH}/dcmdata/libsrc
${DCMTK_PATH}/dcmimage/libsrc )
When using version 1.8,