Re: [CMake] CMake example for Qt console application (without GUI)

2011-09-12 Thread Reinhard Thies
On Monday 12 September 2011 10:26:44 Alan W. Irwin wrote: > On 2011-09-12 09:04+0200 Reinhard Thies wrote: > > Hello, > > > > I am looking for a cmake example for a Qt console application. > > Are there any ? > > Sure. PLplot has a CMake-based build system

[CMake] CMake example for Qt console application (without GUI)

2011-09-12 Thread Reinhard Thies
Hello, I am looking for a cmake example for a Qt console application. Are there any ? Thanks. Reinhard ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [CMake] Delivery target

2011-01-05 Thread Reinhard Thies
On Wednesday 05 January 2011 12:32:52 David Cole wrote: > You can't depend on "package", but you can do this as your custom > target's command: > > cmake --build . --target package --config Release > scp ... > that the way I have it ADD_CUSTOM_TARGET(delivery

[CMake] Delivery target

2011-01-05 Thread Reinhard Thies
Hi, i like to create a custom target "delivery" which depends on package and simply copies the package file using scp to our server. Any ideas are apreciated. Thx, Reinhard ___ Powered by www.kitware.com Visit other Kitware open-source projects at h

Re: [CMake] Linker Flags

2010-11-24 Thread Reinhard Thies
On Wednesday 24 November 2010 12:05:49 Reinhard Thies wrote: > Hi all, > > i am trying to crosscompile one of my projects. Iam using some linker flags > for that: > > SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -m5307 -Wl,-elf2flt > -Os -lc") > &g

[CMake] Linker Flags

2010-11-24 Thread Reinhard Thies
Hi all, i am trying to crosscompile one of my projects. Iam using some linker flags for that: SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -m5307 -Wl,-elf2flt -Os -lc") The following link command will be generated, but I need the -lc option at the end of t

Re: [CMake] CPack general question and example

2010-11-15 Thread Reinhard Thies
Hi David, On Tuesday 16 November 2010 03:54:57 David Doria wrote: > > You need INSTALL commands for everything you want to be in the package > > > > For your example: > > > > ADD_EXECUTABLE(DistanceBetweenPoints DistanceBetweenPoints.cxx) > > INSTALL(TARGETS DistanceBetweenPoints DESTINATION bin

Re: [CMake] howto include libs ?

2009-02-15 Thread Reinhard Thies
Thanks, it works beautifull now ;-) Reinhard On Sunday, 15. February 2009 19:29:17 Eric Noulard wrote: > 2009/2/15 Reinhard Thies : > > Thanks, > > > > it helped, but now I get : > > > > Linking C executable ds309 > > /usr/bin/ld: cannot find -llibconfuse

Re: [CMake] howto include libs ?

2009-02-15 Thread Reinhard Thies
__ > Mike Jackson mike.jack...@bluequartz.net > BlueQuartz Softwarewww.bluequartz.net > Principal Software Engineer Dayton, Ohio > > On Feb 15, 2009, at 9:54 AM, Reinhard Thies wrote: > > INCLUDE_DIRECTORIES( .

[CMake] howto include libs ?

2009-02-15 Thread Reinhard Thies
Hi, its my first projekt with cmake and I am getting crazy with the following: I am using libconfuse, which is installed under /usr/lib/ Here is my cmakefile: cmake_minimum_required(VERSION 2.6) PROJECT (DS309 C) ADD_EXECUTABLE(ds309 ds309.c ds309_3_parser.c ds309toccp.c serveritf.c serial2it

Re: [CMake] Project using cross compiler

2007-01-03 Thread Reinhard Thies
Hi Alex, thanks for your help. Reinhard On Tuesday, 2. January 2007 22:04, Alexander Neundorf wrote: > Hi Reinhard, > > Von: Reinhard Thies <[EMAIL PROTECTED]> > > > Hello, > > > > I am quiet new to cmake. It looks very nice, at least what I have seen > &g

[CMake] Project using cross compiler

2007-01-02 Thread Reinhard Thies
Hello, I am quiet new to cmake. It looks very nice, at least what I have seen so far. I just want to convert some of my projects to cmake. But I have a question now : My project is either running under a ARM or PPC plattform or directly on my Linux Host. How do I tell cmake to use the cross to