Hi,<br><br>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?<br>
<br>Thanks.<br>