[CMake] Shared Libraries & dependencies

Robert Dailey rcdailey at gmail.com
Thu Dec 11 11:55:42 EST 2008


Hi,

If I have a project in CMake that builds a shared library, what will happen
if I set this shared library project as a parameter in
target_link_libraries() for an executable project? What will happen to the
DLL file? Will CMake copy it to the executable output directory
automatically, or must I do this manually through CMake -E?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081211/16a3f5b7/attachment-0001.htm>


More information about the CMake mailing list