On Fri, Feb 19, 2010 at 8:57 PM, Ivan Chernetsky
<ivan.chernet...@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...
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to