[CMake] [ryppl-dev] Re: $<> expressions in include_directories command
Brad King
brad.king at kitware.com
Mon Jul 25 18:02:16 EDT 2011
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
More information about the CMake
mailing list