On 11/1/2010 9:46 AM, Thomas Lehmann wrote:
Perfect!
Why does it not work with “msbuild” directly?
Kind Regards
Thomas
f:\Checkouts\prototyping\cmake_sandbox\obj>cmake --build . --target install
Microsoft (R) Visual Studio Version 9.0.21022.8.
Copyright (C) Microsoft Corp. Alle Rechte vorb
bersprungen
==
From: David Cole [mailto:david.c...@kitware.com]
Sent: Montag, 1. November 2010 14:22
To: Thomas Lehmann
Cc: cmake@cmake.org
Subject: Re: [CMake] Using msbuild
If you open up the sln file in Visual Studio, is there an INSTALL target?
You can try using cmake --build on the comma
If you open up the sln file in Visual Studio, is there an INSTALL target?
You can try using cmake --build on the command line:
cmake --build . --target install --config Debug
Should work...
Let us know,
David
On Mon, Nov 1, 2010 at 8:30 AM, Thomas Lehmann wrote:
> Hi all,
>
>
>
> on Unix
Hi all,
on Unix I can use "make install" but I have no clue how
do it on windows. Can somebody please help?
This is what I have defined in my demo environment:
install(TARGETS app2 RUNTIME DESTINATION ${CMAKE_BINARY_DIR}/bin)
Try:
msbuild Project.sln /target:install
> INSTALL:
> The project "I
On 8/20/07, Reggie Burnett <[EMAIL PROTECTED]> wrote:
> We are using cmake for our internal Windows builds and want to migrate away
> from using Vs 2005 on our unattended builds. The main option, AIUI, is
> nmake but I would prefer to use msbuild.
What is inadequate about devenv?
Cheers,
Brandon
We are using cmake for our internal Windows builds and want to migrate away
from using Vs 2005 on our unattended builds. The main option, AIUI, is
nmake but I would prefer to use msbuild.
Anyone using msbuild for 32 and 64 bit SDK builds?
Is this even possible?
__