I have a cmake project. It has a target which as part of the linker step requires an additional file to be embedded in the "executable". I know how to pass in the linker flags to include the file, but I can't figure out how to make cmake aware of the dependency and relink the target whenever that file changes. Any one know?