<div dir="ltr"><div><div>Hi,<br><br></div>I have not been able to find this in the cmake documentation.  I have a collection of source that needs to be compiled via the cmake build system, plus a collection of object files that were compiled outside the cmake build system.  I want to combine the two of these to make a shared library, but apparently add_library only takes a list of source files.  Is there a way of getting cmake to build a shared library with the collection of source and object files I have?  I know I could make an archive of the object files and use that library in target_link_libraries, but I would like to avoid this if I can.<br><br></div><div>Thanks,<br><br>Tom<br></div></div>