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