Is it possible to link in an object file generated by another tool? I want to create a custom command that generates an object file that I could then link into a library or executable later. Is this possible from CMake? Thanks, James