I can't believe that it is so hard in #CMake to copy a file when consuming a target. App A consume Lib B. Now lib B has a file that App A needs to function. All I want is so that app A gets the file automatically. I do not want a global copy somewhere in CMake because B is responsible for that file.
Comments
> AH RIGHT - sorry, I keep forgetting that CMake functions aren't accessible just because you link to a library!
See https://gist.github.com/cristianadam/ac36a6bfe1b03b604defd45bad10959f