RE: [CMake] Problem with link directories

2006-03-10 Thread jolinda
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: >

Re: [CMake] Problem with link directories

2006-03-10 Thread Brad King
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

RE: [CMake] Problem with link directories

2006-03-09 Thread William A. Hoffman
>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

RE: [CMake] Problem with link directories

2006-03-09 Thread jolinda
. 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

RE: [CMake] Problem with link directories

2006-03-09 Thread jolinda
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

Re: [CMake] Problem with link directories

2006-03-09 Thread Brad King
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

[CMake] Problem with link directories

2006-03-08 Thread jolinda
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,