[CMake] CMake and Framework/CFBundle Support

2014-02-10 Thread NoRulez
Hello, I don't know if I overlook something or the framework/CFBundle support on Mac OS is rarely. Most of the things I have already implemented as post-build commands but are there also CMake ways of doing such things? .) Adding resources to CFBundles? (Resources for frameworks are supported)

[CMake] cross compiling and find_XX functions

2014-02-10 Thread Jack Smith
I understand the cross-compile process reasonably well. I also have a fairly good feel for ExternalProject_Add, What I'm trying to do is combine these ideas but, I am confused about one general issue. While I am cross-compiling the Linux kernel, I discover that the kernel requires zlib. So, I add

Re: [CMake] include_directories(...) versus set_directory_properties(PROPERTIES INCLUDE_DIRECTORIES ...)

2014-02-10 Thread David Cole
Should I file this as a bug in the issue tracker then? Sure. Especially if you have an easy way to reproduce. (Either reference an external, publicly available project we can "just build" and get it to happen, or attach a CMakeLists that demonstrates the issue if possible.) That way, we ca

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