[CMake] C# news?

Jan Woetzel jw at woetzelweb.de
Sat Aug 5 16:44:12 EDT 2006


Hi,
is there any development (planned) on C# (Csharp) support for CMake ?

Found only
http://public.kitware.com/pipermail/cmake/2004-October/005729.html 

This did not work with MSVS 71 generator and CMake 2.4.2:
because nothins is compiled.

PROJECT(helloCS)
ADD_EXECUTABLE(hello hello.cs)
# dummy workaround for determining linker langage for .cs
SET_TARGET_PROPERTIES(hello PROPERTIES LINKER_LANGUAGE CXX)

I solved my minor C# usage with custom commands and direct calls to 
"csc.exe hello.cs" for now.
I'm asking out of curiosity because:
-  integration into MSVS IDE would be nice

Best,
Jan.

-- 

  Dipl.-Ing. Jan Woetzel
--------------------------------------------------
  Uni Kiel
  Institut f. Informatik und Praktische Mathematik
  Hermann-Rodewaldstr. 3  [Raum 310]
  24098 Kiel/Germany
--------------------------------------------------
  Tel    +49-431-880-4477
  Fax    +49-431-880-4845
  Privat +49-431-802872
  Mob.   +49-179-2937346
--------------------------------------------------
  Url    www.mip.informatik.uni-kiel.de/~jw
  Email  jw at mip.informatik.uni-kiel.de
  Privat jw at WoetzelWeb.de

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20060805/e74bf07e/attachment.html


More information about the CMake mailing list