On Fri, Feb 19, 2010 at 8:57 PM, Ivan Chernetsky <span dir="ltr">&lt;<a href="mailto:ivan.chernetsky@gmail.com">ivan.chernetsky@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi there!<br>
<br>
I&#39;ve written almost all the .cmake files required to add Erlang<br>
support, but when I was approaching completion, I realized--to be<br>
honest, got confused by the fact that there is no linking phase. So<br>
here is the question: what should CMAKE_Erlang_LINK_EXECUTABLE look<br>
like? Or speaking more generally: what the overall strategy for adding<br>
a new language that differs from the C/C++/etc in the build process?<br>
<br>
I would be glad of any help.<br></blockquote><div><br>You can easily make the executable for linking a no-op : just run &quot;cmake --version&quot; or some other silly command line for a link phase if no linking is required...<br>
<br></div></div>