<div dir="ltr">Hello,<div><br></div><div>I'm using CMake to cross compile some code using Emscripten.  Emscripten generates html/javascript files from c++ input files.  In my case, my generated binary output is an html file that loads in a javascript file.  Both files are generated from the final link step.</div><div><br></div><div>When I do the following:</div><div><br></div><div>install(TARGETS target</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">   </span>EXPORT export</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">  </span>ARCHIVE DESTINATION lib</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>LIBRARY DESTINATION lib</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>RUNTIME DESTINATION bin</div><div>)</div><div><br></div><div>The bin directory contains the html file, but not the js file.  Is there some way of telling CMake that the final link step actually generated multiple files, and that all of them should be installed to the final bin directory?</div><div><br></div><div>Thanks!</div><div>Tom</div><div><br></div></div>