Re: [CMake] makefile generator

2007-04-18 Thread Jesper Eskilson
2007/4/18, Bill Hoffman <[EMAIL PROTECTED]>: Jesper Eskilson wrote: > Hi all, > > I'm curious about the design of the current makefile generator, and > why it was designed the way it was. I've tried searching the mailing > list archive, but without any greater su

Re: [CMake] makefile generator

2007-04-19 Thread Jesper Eskilson
2007/4/19, Bill Hoffman <[EMAIL PROTECTED]>: Jesper Eskilson wrote: > >> > > Can you (or anyone else) elaborate on this? What features are abscent > from other makes which are necessary to avoid recursive make calls? > I've got a fair amount of experience of writi

[CMake] failing post-build command

2007-05-02 Thread Jesper Eskilson
? -- /Jesper ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Excluding a project for certain configurations

2007-05-02 Thread Jesper Eskilson
Hi, Is there any way to exclude a project only for some build configurations? I've got a unit test framework which should not be built for Release type builds. -- /Jesper ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/lis

[CMake] defining my own build type

2007-05-18 Thread Jesper Eskilson
Hi all, I tried following the instructions on the wiki on how to define my own build type (configuration), however the new build type ("Develop") does not show up as a valid solution configuration in Visual Studio. Why is that? -- /Jesper ___

Re: [CMake] defining my own build type

2007-05-18 Thread Jesper Eskilson
2007/5/18, Joshua Jensen <[EMAIL PROTECTED]>: Jesper Eskilson wrote: > Hi all, > > I tried following the instructions on the wiki on how to define my own > build type (configuration), however the new build type ("Develop") > does not show up as a valid solution

[CMake] install phase policies

2007-05-23 Thread Jesper Eskilson
utput directory? I would ideally like to be able to place executables/dlls etc. in a position such that the can be run directly without having to do the install phase, but CMake does not let me specify the output directory on a per-target basis. -- /Jesper ___

Re: [CMake] visual studio converter?

2007-06-07 Thread Jesper Eskilson
s. It shouldn't wipe your harddrive, though. I hope. ;-) -- /Jesper vcproj2cmake.rb Description: Binary data ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] creating static library with references to other .lib files

2007-06-07 Thread Jesper Eskilson
creating static libraries. SET_TARGET_PROPERTIES( FooLib PROPERTIES LINK_FLAGS_RELEASE BarLib ) does not work either. What to do? -- /Jesper ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] creating static library with references to other .lib files

2007-06-07 Thread Jesper Eskilson
2007/6/7, Brandon Van Every <[EMAIL PROTECTED]>: On 6/7/07, Jesper Eskilson <[EMAIL PROTECTED]> wrote: > Hi all, > > I would like to be able to create a static library on Windows which > includes an import library to a DLL, so that users of the static > library do not

Re: [CMake] creating static library with references to other .lib files

2007-06-12 Thread Jesper Eskilson
2007/6/7, Jesper Eskilson <[EMAIL PROTECTED]>: 2007/6/7, Brandon Van Every <[EMAIL PROTECTED]>: > > On 6/7/07, Jesper Eskilson <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I would like to be able to create a static library on Windows which > &

Re: [CMake] visual studio converter?

2007-06-12 Thread Jesper Eskilson
2007/6/12, Alexander Neundorf <[EMAIL PROTECTED]>: Hi Jesper, On Thursday 07 June 2007 08:38, Jesper Eskilson wrote: ... > I've written a simple hack in Ruby which extracts the most vital parts of a > .vcproj file and generates a corresponding CMakeLists.txt. There are a l

Re: [CMake] creating static library with references to other .lib files

2007-06-12 Thread Jesper Eskilson
foo.lib. This is very practical. Hope that makes it a little clearer. -- /Jesper ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Fwd: [CMake] creating static library with references to other .lib files

2007-06-13 Thread Jesper Eskilson
Forgot to cc the list. -- Forwarded message -- From: Jesper Eskilson <[EMAIL PROTECTED]> Date: 2007-jun-13 19:56 Subject: Re: [CMake] creating static library with references to other .lib files To: Brandon Van Every <[EMAIL PROTECTED]> 2007/6/13, Brandon Van E

Re: [CMake] creating static library with references to other .lib files

2007-06-13 Thread Jesper Eskilson
2007/6/14, Brandon Van Every <[EMAIL PROTECTED]>: On 6/13/07, Jesper Eskilson <[EMAIL PROTECTED]> wrote: > 2007/6/13, Brandon Van Every <[EMAIL PROTECTED]>: > > > > But why don't you just ship your users a dynamic lib? As far as I > > know, there a

Re: [CMake] creating static library with references to other .lib files

2007-06-15 Thread Jesper Eskilson
2007/6/15, kitts <[EMAIL PROTECTED]>: On Thursday 14 Jun 2007 12:23:07 pm Jesper Eskilson wrote: > Is it really impossible to pass an option to the linker when creating a > static library? I have not gone through the whole thread but i think the function SET_TARGET_PROPERTIES(TARGE

[CMake] directory structure on Windows

2007-06-15 Thread Jesper Eskilson
Hi, In my CMake installation on Windows, there are two directory with seemingly identical contents: c:/Program Files/CMake 2.4/share/CMake c:/Program Files/CMake 2.4/share/cmake-2.4 Could someone care to explain the difference? -- /Jesper ___ CMake

Re: [CMake] creating static library with references to other .lib files

2007-06-18 Thread Jesper Eskilson
file. In fact, the value set by CMake in CMakeCXXInformation.cmake does not seem to be used in the vcproj file. -- /Jesper ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Including .h files in Visual Studio projects

2007-06-25 Thread Jesper Eskilson
Hi all, I'm trying to get our header files to show up in Visual Studio. I though I could just do add_library(foo foo.cpp foo.h) but Visual Studio tries to compile my header file as if it was a .cpp file. What am I doing wrong? -- /Jesper ___

[CMake] Improved FindSWIG.cmake

2007-06-29 Thread Jesper Eskilson
Hi, When can the improvements discussed in bug #4145 be expected to make it into a CMake release? -- /Jesper ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Re: Including .h files in Visual Studio projects

2007-07-02 Thread Jesper Eskilson
2007/6/25, Jesper Eskilson <[EMAIL PROTECTED]>: Hi all, I'm trying to get our header files to show up in Visual Studio. I though I could just do add_library(foo foo.cpp foo.h) but Visual Studio tries to compile my header file as if it was a .cpp file. What am I doing wrong?

[CMake] library dependencies

2007-07-02 Thread Jesper Eskilson
Hi all, Is there a way to extract the list of library dependencies specified by target_link_libraries for a target? I would like to be able to pass the list of libraries to an external script at build time. -- /Jesper ___ CMake mailing list CMake

Re: [CMake] library dependencies

2007-07-02 Thread Jesper Eskilson
2007/7/2, Alexander Neundorf <[EMAIL PROTECTED]>: On Monday 02 July 2007 08:05, Jesper Eskilson wrote: > Hi all, > > Is there a way to extract the list of library dependencies specified > by target_link_libraries for a target? I would like to be able to pass > the lis

<    1   2