[Cmake] Re: howto include extern MS visual studi project
John Biddiscombe
John Biddiscombe" <jbiddiscombe at skippingmouse.co.uk
Wed, 25 Feb 2004 20:00:17 -0000
The INCLUDE_EXTERNAL_MSPROJECt only sems to work with older (v6) versions of
dev studio. I did volunteer to have a go at fixing it because it'd be jolly
useful for me too, but sadly, I still haven't looked at it.
JB
----- Original Message -----
From: "Jan Woetzel" <jw at mip.informatik.uni-kiel.de>
Cc: "CMake mailinglist" <cmake at www.cmake.org>; "Jan Woetzel"
<jw at mip.informatik.uni-kiel.de>
Sent: Wednesday, February 25, 2004 4:28 PM
Subject: [Cmake] Re: howto include extern MS visual studi project
>
>
> Jan Woetzel wrote:
>
> > I tried this but it fails:
> > INCLUDE_EXTERNAL_MSPROJECT(wxWindows
> > c:/wxWindows242/src/wxWindows.vcproj)
> >
> > with error: "... called with incorrect number of arguments"
>
>
> Sorry, my fault - I used the command twice...
>
> But now cmake crashes (!) when I use:
> INCLUDE_EXTERNAL_MSPROJECT(wxWindows
c:/wxWindows242/src/wxWindows.vcproj )
>
> I am using:
> - cmake 1.8.3 on Windows XP prof.
> - an out-of place build (with clean source dir)
> - MS Visual Studio .NET 2003
> Cmake is started from a batch file as:
>
> cmake -G"Visual Studio 7 .NET 2003" mySourceDir
>
> Any idea?
>
> Thanks,
> Jan
>
> --
>
> Dipl.-Ing. Jan Woetzel
> --------------------------------------------------
> University of Kiel
> Institute of Computer Science and Applied Mathematics
> Hermann-Rodewald-Str. 3 [room 401]
> 24098 Kiel/Germany
> --------------------------------------------------
> Phone +49-431-880-1418
> Fax +49-431-880-4054
> Mob. +49-179-2937346
> --------------------------------------------------
> Url www.mip.informatik.uni-kiel.de/~jw
> Email jw at mip.informatik.uni-kiel.de
>
>
> _______________________________________________
> Cmake mailing list
> Cmake at www.cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
>