[Kde-bindings] Fwd: Re: [CMake] C# support again

Pau Garcia i Quiles pgquiles at elpauer.org
Sat Jun 9 15:24:41 UTC 2007


Hello,

These comments were made in the CMake mailing list.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to the amount of work, I usually need 10 days to answer)






----- Forwarded message from jjensen at workspacewhiz.com -----
     Date: Sat, 09 Jun 2007 00:33:04 -0600
     From: Joshua Jensen <jjensen at workspacewhiz.com>
Reply-To: Joshua Jensen <jjensen at workspacewhiz.com>
  Subject: Re: [CMake] C# support again
       To: Pau Garcia i Quiles <pgquiles at elpauer.org>
       Cc: cmake at cmake.org

Pau Garcia i Quiles wrote:
> The developers of Qyoto (the C# binding to Qt) have written a  
> FindMono.cmake which might be useful:
> http://websvn.kde.org/trunk/KDE/kdebindings/cmake/modules/FindMono.cmake
This was useful, but I never really made it work well.

* ${CMAKE_CURRENT_SOURCE_DIR}/ must be prepended to every file in the
sources list.
* All sources must have their forward slashes converted to backslashes.
* The extension .exe is complained about during nmake steps.  (NMAKE :
fatal error U1073: don't know how to make 'hello.exe')
* It isn't integrated into ADD_EXECUTABLE().  That would be nice.
* It seems to require ALL to be added to the custom target.  I believe
this makes the target build every time.

For me, it showed me how to add custom commands.  That's something I
haven't done a lot of lately.

Thanks!  It was a better start than I had!

Josh


----- End forwarded message -----




More information about the Kde-bindings mailing list