<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>I have a CMakeLists.txt file file that creates an archive from several
files. It includes a custom command that dumps the list of objects from the
archive using ar –x.</DIV>
<DIV> </DIV>
<DIV>I need to link these objects with another custom command. What is the best
way to get the list of objects into the link line? Currently the object files
are dumping to CMAKE_CURRENT_BINARY_DIR.</DIV>
<DIV> </DIV>
<DIV>I tried glob but the files need to be present at cmake run-time. Thanks
again for any help.</DIV></DIV></DIV></BODY></HTML>