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)
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
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
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_
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