Re: [CMake] Populate INCLUDE_DIRECTORIES of object libraries from INTERFACE_INCLUDE_DIRECTORIES of other libraries

2017-11-15 Thread Bernhard Burgermeister
u tried it? It shouldn't need any change in your project, but I'm not > sure how it will behave if you already started to migrate to OBJECT > libraries. > > Regards, > Florent > > > On 14/11/2017 17:48, Bernhard Burgermeister wrote: >> >> Hello, >> >

[CMake] Populate INCLUDE_DIRECTORIES of object libraries from INTERFACE_INCLUDE_DIRECTORIES of other libraries

2017-11-14 Thread Bernhard Burgermeister
Hello, I'm trying to improve parallelization of a massive parallel Ninja/icecream build by using object libraries. We are already using interface include directories extensively. While moving the compilation to separate object libraries I need to define the include directories for these object ta