On 07/25/2011 02:17 PM, Daniel Pfeifer wrote:
> Does it also handle circular dependencies?

Since we were doing the module breakdown ourselves we could define
modules to avoid circular dependencies.  We separated implementation
dependencies from test dependencies so that library and test modules
could be built separately.  That helped break many circular dependencies.

So you want to have modules A -> B -> C -> A each build using all three
include directories?  This is still possible to do in pure CMake code
by loading a dependency declaration file from all modules ahead of time
as was previously done to get the inputs to the topo sort.

-Brad
_______________________________________________
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