<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi there,</p>
<p>for a project I am working on I need to install single targets WITH their and ONLY their dependencies.</p>
<p>Installing single targets does work so far by changing into the directory of the targets CMakeLists.txt and running "make install". Unfortunately, it only installs the one target and doesn't move/relink its dependency targets.</p>
<p>I want to avoid installing ALL targets of the project, so the one target can be tested without compiling the whole project.</p>
<p>Any help would be appreciated!</p>
<p>&nbsp;</p>
<p>regards</p>
<div>&nbsp;</div>
</body></html>