Hi,

Thanks for your response.

I'm not generating dll's (at least I intend to); it should
all be static linking.

Leon
 

>-----Original Message-----
>From: Tyler Roscoe [mailto:ty...@cryptio.net] 
>Sent: Friday, June 12, 2009 4:34 PM
>To: Leon Aronson (DT)
>Cc: cmake@cmake.org
>Subject: Re: [CMake] import library
>
>On Fri, Jun 12, 2009 at 10:42:56AM +0200, Leon Aronson (DT) wrote:
>> When building the solution, VC++ complains that it can't 
>find mecan.lib.
>> Which is correct, because it isn't in the place mentioned above.
>
>Import libraries are controlled by ARCHIVE_OUTPUT_DIRECTORY. 
>You are only setting RUNTIME_OUTPUT_DIRECTORY in that 
>CMakeLists you posted.
>
>> My question is:
>> how can I convince Cmake to either
>> - not set an Import Library at all, or
>
>What do you plan to do with the .dlls you generated without 
>the import libraries? You can't link against .dlls.
>
>tyler
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to