<br>I have used boost jam before and there was a mechanism to build only what you need by specifying dependencies within the boost libraries.  bjam would then run off calculate deps and build only what I needed. In CMake is there such a feature to specify a third party library and specify only the targets you need to build as dependencies of my build target? <br>
<br>i.e. can I use <br clear="all"><br>add_subdirectory( lib/3rdParty/Win32/boost-cmake-1_41_0 ./boost )<br><br>then create a target that only uses say boost_filesystem and only have that built? Or do I need to build the world to get a handful of needed dll&#39;s that are actually used in my project?<br>
<br>-- <br>Brian J. Davis<br><br>