Re: [CMake] Project dependencies

2010-04-19 Thread Benjamin Eikel
Hello Alexander, Am Montag, 19. April 2010 um 18:03:28 schrieb Alexander Neundorf: > On Monday 19 April 2010, Benjamin Eikel wrote: > > Hello Alexander, > > > > Am Sonntag, 18. April 2010 10:52:17 schrieb Alexander Neundorf: > > > Hi Benjamin, > > > > > > On Friday 16 April 2010, Benjamin Eikel wr

Re: [CMake] Project dependencies

2010-04-19 Thread Alexander Neundorf
On Monday 19 April 2010, Benjamin Eikel wrote: > Hello Alexander, > > Am Sonntag, 18. April 2010 10:52:17 schrieb Alexander Neundorf: > > Hi Benjamin, > > > > On Friday 16 April 2010, Benjamin Eikel wrote: > > > Hello, > > > > > > maybe my first post was not clear enough. > > > I created a minimal

Re: [CMake] Project dependencies

2010-04-19 Thread Benjamin Eikel
Hello Alexander, Am Sonntag, 18. April 2010 10:52:17 schrieb Alexander Neundorf: > Hi Benjamin, > > On Friday 16 April 2010, Benjamin Eikel wrote: > > Hello, > > > > maybe my first post was not clear enough. > > I created a minimal example to demonstrate what I mean (see attached > > files). That

Re: [CMake] Project dependencies

2010-04-18 Thread Alexander Neundorf
Hi Benjamin, On Friday 16 April 2010, Benjamin Eikel wrote: > Hello, > > maybe my first post was not clear enough. > I created a minimal example to demonstrate what I mean (see attached > files). That example contains a library called MyLib and a binary called > MyBin. The enclosed shell script ca

Re: [CMake] Project dependencies

2010-04-16 Thread Benjamin Eikel
Hello, maybe my first post was not clear enough. I created a minimal example to demonstrate what I mean (see attached files). That example contains a library called MyLib and a binary called MyBin. The enclosed shell script can be used to build the binary on Linux. At first the library will be c

[CMake] Project dependencies

2010-04-14 Thread Benjamin Eikel
Hello, we are using CMake to build different binaries which depend on some libraries, that we develop ourselves. At the moment we export the settings from the build directories of the libraries using export(... lib-build.cmake ...). The CMakeLists.txt of a binary uses an own CMake module using

[CMake] Project dependencies do not work with Xcode on Mac OS X

2008-12-10 Thread Tron Thomas
I have a project configured by CMake that uses a macro to create an executable from a generated source file using code like the following: macro(CreateProgram Name) set(SourceFile ${Name}.cpp) add_custom_command(OUTPUT ${SourceFile} COMMAND DEPENDS ${ARGN} WORKING_DI

[CMake] Project dependencies in VS 2003.

2008-09-22 Thread Eran Burstain
Hi all. I have a larger project, consist of some libraries. I've "ported" it to CMake and it've been build well at all my platforms(vs 2005,vs 2008,mingw), but VS 2003. In VS .Net 2003 cmake creates additional projects for each library, called XXX_UTILITY, and adds project dependencies through thos