Re: [CMake] CMake and Visual Studio Code under linux

2018-08-09 Thread Roman Wüger
Thank you, I will give it a try. Regards Roman > Am 09.08.2018 um 09:45 schrieb Eric Noulard : > > >> Le jeu. 9 août 2018 à 09:09, Roman Wüger a écrit : >> Hello, >> >> how can I configure my Project to run it with the Visual Studio Code under >> Linux? I did not find a useful generator. >

Re: [CMake] CMake and Visual Studio Code under linux

2018-08-09 Thread Eric Noulard
Le jeu. 9 août 2018 à 09:09, Roman Wüger a écrit : > Hello, > > how can I configure my Project to run it with the Visual Studio Code under > Linux? I did not find a useful generator. > AFAIK there is no VSCode generator, however you can install VSCode CMake Tools extension which begins to intere

[CMake] CMake and Visual Studio Code under linux

2018-08-09 Thread Roman Wüger
Hello, how can I configure my Project to run it with the Visual Studio Code under Linux? I did not find a useful generator. Thanks in advance Best Regards -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware off

Re: [CMake] CMake and Visual Studio multiconfig solution

2015-08-22 Thread Mauro Ziliani
Oh Yes I mean DEBUG_POSTFIX. DEBUG_POSTFIX? http://www.cmake.org/cmake/help/v3.3/prop_tgt/DEBUG_POSTFIX.html On Sat, Aug 22, 2015 at 12:11 PM, Mauro Ziliani wrote: > Hi all. > My name is mauro and i am a freelance programmer and I work different > platforms: windows and Linux. > I'm trying cmake

Re: [CMake] CMake and Visual Studio multiconfig solution

2015-08-22 Thread Iosif Neitzke
DEBUG_POSTFIX? http://www.cmake.org/cmake/help/v3.3/prop_tgt/DEBUG_POSTFIX.html On Sat, Aug 22, 2015 at 12:11 PM, Mauro Ziliani wrote: > Hi all. > My name is mauro and i am a freelance programmer and I work different > platforms: windows and Linux. > I'm trying cmake 3.3.1 and I am in trouble to

[CMake] CMake and Visual Studio multiconfig solution

2015-08-22 Thread Mauro Ziliani
Hi all. My name is mauro and i am a freelance programmer and I work different platforms: windows and Linux. I'm trying cmake 3.3.1 and I am in trouble to do this. I need to compile my app with visual studio and achieve the follow behavior. If I compile the app in debug configuration I need to appe

Re: [CMake] Cmake and Visual Studio platforms

2013-03-01 Thread David Cole
through. Good discussion. 😊 Cheers, David From: Meteorhead Sent: ‎March‎ ‎1‎, ‎2013 ‎10‎:‎43‎ ‎AM To: cmake@cmake.org Subject: Re: [CMake] Cmake and Visual Studio platforms Hi David! We either misunderstand each other, or my knowledge of CMake is too limited, but let me try to

Re: [CMake] Cmake and Visual Studio platforms

2013-03-01 Thread John Drescher
On Fri, Mar 1, 2013 at 10:52 AM, John Drescher wrote: >> If CMake developers say that the code is simply not structured like that, or >> it is too much work to rewrite these parts (and a few others that might >> depend on it), then I leave this subject be and not bother again with it. > > David le

Re: [CMake] Cmake and Visual Studio platforms

2013-03-01 Thread John Drescher
> If CMake developers say that the code is simply not structured like that, or > it is too much work to rewrite these parts (and a few others that might > depend on it), then I leave this subject be and not bother again with it. David led the CMake development for years. John -- Powered by www.k

Re: [CMake] Cmake and Visual Studio platforms

2013-03-01 Thread Meteorhead
Hi David! We either misunderstand each other, or my knowledge of CMake is too limited, but let me try to clarify this one last time, and if you still say it cannot work, I'll leave it at that: 1) I configure my project using Win32 with output dir A. In this directory every intermediate test and r

Re: [CMake] Cmake and Visual Studio platforms

2013-03-01 Thread David Cole
To: cmake@cmake.org Subject: Re: [CMake] Cmake and Visual Studio platforms I understand why CMake cannot resolve the issue in a single call to configure. However... how tricky/hard/impossible would it be to alter/rape the generate stage of CMake to handle this issue? Let's say I wanted to c

Re: [CMake] Cmake and Visual Studio platforms

2013-03-01 Thread Meteorhead
I understand why CMake cannot resolve the issue in a single call to configure. However... how tricky/hard/impossible would it be to alter/rape the generate stage of CMake to handle this issue? Let's say I wanted to create a Win32 and an x64 platform inside a solution/project. Then I would start

Re: [CMake] Cmake and Visual Studio platforms

2013-02-28 Thread John Drescher
On Thu, Feb 28, 2013 at 6:31 AM, John Drescher wrote: >> There are multiple posts in multiple forums asking this question, so >> naturally there is public need for this feature. How come CMake never aimed >> at creating a solution for this? I suspect there is some great design issue >> that preven

Re: [CMake] Cmake and Visual Studio platforms

2013-02-28 Thread John Drescher
> There are multiple posts in multiple forums asking this question, so > naturally there is public need for this feature. How come CMake never aimed > at creating a solution for this? I suspect there is some great design issue > that prevents implementing it in CMake. There are several platform and

[CMake] Cmake and Visual Studio platforms

2013-02-28 Thread Meteorhead
Hi! I've been learning CMake for the past 2-3 weeks now, expanding my project feature by feature through making a tutorial for fellow scientists, and there is one big question that people (such as myself and others) ask coming from the Windows side of development: Why can't CMake create platforms

Re: [CMake] CMake and Visual Studio configurations

2009-12-06 Thread Tyler Roscoe
On Sun, Dec 06, 2009 at 03:44:12PM +0800, Romain CHANU wrote: > When we choose "Debug" or "Release" configuration in Visual Studio, is there > a way for CMake to apply different compilations / linking rules? Look at the COMPILE_FLAGS_ and LINK_FLAGS_ properties. tyler

[CMake] CMake and Visual Studio configurations

2009-12-05 Thread Romain CHANU
Hi, When we choose "Debug" or "Release" configuration in Visual Studio, is there a way for CMake to apply different compilations / linking rules? For what I have seen on the mailing list, we can set "CMAKE_CONFIGURATION_TYPES" to only use a particular configuration in VS, but what if we want to u

Re: [CMake] CMake and Visual Studio

2009-05-09 Thread Mike Jackson
On Sat, May 9, 2009 at 10:05 PM, Brandon Olivares wrote: > On 2009-05-09, Michael Jackson wrote: >> take a look at the following location: >> >> > bin/gitweb/gitweb.cgi?p=MXADataModel.git;a=tree >>> >> > > Thank you very much! I will take a look at that. > > Just a

Re: [CMake] CMake and Visual Studio

2009-05-09 Thread Brandon Olivares
On 2009-05-09, Michael Jackson wrote: > take a look at the following location: > > bin/gitweb/gitweb.cgi?p=MXADataModel.git;a=tree >> > Thank you very much! I will take a look at that. Just another quick question (sorry if this is already covered in that code)

Re: [CMake] CMake and Visual Studio

2009-05-09 Thread Michael Jackson
take a look at the following location: My project is laid out in the following way: Project Resources CMake Source MXA Common So Basically all my cmake type of support files go in Project

Re: [CMake] CMake and Visual Studio

2009-05-09 Thread John Drescher
> Thanks. I tend to either use vim or PSPad. I think editing CMakeLists.txt to > add the new file, then `touch'ing the new file, should work? Yes. > I suppose cmake > would have to be called again though. > If you click compile in visual studio. It will execute CMake automatically if you changed a

Re: [CMake] CMake and Visual Studio

2009-05-09 Thread John Drescher
Sorry I hit tab and accidently pressed enter and gmail sent the email.. > wrote: >> Hi, >> >> I'm trying to use Cmake for a cross-platform application. I'm trying to >> configure it for Visual Studio on Windows, since that's what I use to >> develop in. >> >> Is there a better way of adding files

Re: [CMake] CMake and Visual Studio

2009-05-09 Thread John Drescher
On Sat, May 9, 2009 at 3:00 PM, Brandon Olivares wrote: > Hi, > > I'm trying to use Cmake for a cross-platform application. I'm trying to > configure it for Visual Studio on Windows, since that's what I use to > develop in. > > Is there a better way of adding files, though? I can't really add file

[CMake] CMake and Visual Studio

2009-05-09 Thread Brandon Olivares
Hi, I'm trying to use Cmake for a cross-platform application. I'm trying to configure it for Visual Studio on Windows, since that's what I use to develop in. Is there a better way of adding files, though? I can't really add files from within Visual Studio, it appears, because it'd go in the build

Re: [CMake] Cmake and Visual Studio 2008 beta 2

2007-09-11 Thread Bill Hoffman
David Cole wrote: http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx I am downloading it now. -Bill ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake and Visual Studio 2008 beta 2

2007-09-11 Thread Prakash Punnoor
On the day of Tuesday 11 September 2007 Prakash Punnoor hast written: > On the day of Tuesday 11 September 2007 Bill Hoffman hast written: > > Claudiu-Daniel wrote: > > > How cam make CMake to work with Visual Studio 2008 Beta 2 :) ? > > > > I did not know it was out... > > > > Usually requires som

Re: [CMake] Cmake and Visual Studio 2008 beta 2

2007-09-11 Thread David Cole
http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx On 9/11/07, Bill Hoffman <[EMAIL PROTECTED]> wrote: > > Prakash Punnoor wrote: > > On the day of Tuesday 11 September 2007 Bill Hoffman hast written: > > > >> Claudiu-Daniel wrote: > >> > >>> How cam make CMake to work with Visual Studio 2008

Re: [CMake] Cmake and Visual Studio 2008 beta 2

2007-09-11 Thread Bill Hoffman
Prakash Punnoor wrote: On the day of Tuesday 11 September 2007 Bill Hoffman hast written: Claudiu-Daniel wrote: How cam make CMake to work with Visual Studio 2008 Beta 2 :) ? I did not know it was out... Usually requires some work. What happens if you try the Visual Stuido 20

Re: [CMake] Cmake and Visual Studio 2008 beta 2

2007-09-11 Thread Prakash Punnoor
On the day of Tuesday 11 September 2007 Bill Hoffman hast written: > Claudiu-Daniel wrote: > > How cam make CMake to work with Visual Studio 2008 Beta 2 :) ? > > I did not know it was out... > > Usually requires some work. What happens if you try the Visual Stuido > 2005 generator? Won't work, a

Re: [CMake] Cmake and Visual Studio 2008 beta 2

2007-09-11 Thread Bill Hoffman
Claudiu-Daniel wrote: How cam make CMake to work with Visual Studio 2008 Beta 2 :) ? I did not know it was out... Usually requires some work. What happens if you try the Visual Stuido 2005 generator? -Bill ___ CMake mailing list CMake@cmake.org

[CMake] Cmake and Visual Studio 2008 beta 2

2007-09-11 Thread Claudiu-Daniel
How cam make CMake to work with Visual Studio 2008 Beta 2 :) ? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] cmake and Visual Studio Express 8

2007-04-30 Thread Ralf Dünkelmann
Hallo All, I have the following: - a simple C++ - project that generates a library and a command line executable - the project will compile fine under Linux environment Now I want to use cmake for configuring this project under Windows using Visual Studio Express 8. After installing Visual