Hallo,

I'am currently in the process of converting a Visual Studio 2010 project
to CMake. There are three (sub) projects each of which results in a
staticaly linked library. This libraries are then combined into a
single .dll file.

Well actually that's how it should be (and is set up in CMake).

The .dll does not contain any symbols since VS 2010 does not realy read
the static libraries.

It works if (in the reference tab of the dll target) for each subproject
"Use Library Dependency Inputs" is used.

And here comes the question:
Is there a way to instruct the VS 2010 generator to set this setting.

With best regards
Matthias Wieding-Drewes

--

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