[CMake] Support for languages without linking phase etc

David Cole david.cole at kitware.com
Sat Feb 20 13:30:50 EST 2010


On Fri, Feb 19, 2010 at 8:57 PM, Ivan Chernetsky
<ivan.chernetsky at gmail.com>wrote:

> Hi there!
>
> I've written almost all the .cmake files required to add Erlang
> support, but when I was approaching completion, I realized--to be
> honest, got confused by the fact that there is no linking phase. So
> here is the question: what should CMAKE_Erlang_LINK_EXECUTABLE look
> like? Or speaking more generally: what the overall strategy for adding
> a new language that differs from the C/C++/etc in the build process?
>
> I would be glad of any help.
>

You can easily make the executable for linking a no-op : just run "cmake
--version" or some other silly command line for a link phase if no linking
is required...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100220/f1c65689/attachment.htm>


More information about the CMake mailing list