Re: [CMake] Method to get effective include_directories and compile_definitions

2014-02-10 Thread Stephen Kelly
Lars Christensen wrote: > Hello, > > Is there a way to get the effective include directories and compile > definitions for a target, including those specified at the directory level > and any INTERFACE_INCLUDE_DIRECTORIES and INTERFACE_COMPILE_DEFINITION on > targets that are required via target_

[CMake] Method to get effective include_directories and compile_definitions

2014-02-10 Thread Lars Christensen
Hello, Is there a way to get the effective include directories and compile definitions for a target, including those specified at the directory level and any INTERFACE_INCLUDE_DIRECTORIES and INTERFACE_COMPILE_DEFINITION on targets that are required via target_link_libraries? Iterating recursivel