[CMake] General questions

2008-02-23 Thread Yang Zhang
Hi, I just finished reading the example in the documentation on the website, and am left with a few beginner questions off the top of my head: - How do I generate multiple versions of my program (debug, profiled, optimized, etc.)? - Can cmake auto-generate and cache transitive dependencies

[CMake] Add subdirectories in visual projects

2008-02-23 Thread Olivier Tournaire
Hi all, I would like to know if it is possible to add a subdirectory to a visual project and to put files in it. Now, it is like this : Project__ | |___ Header Files | |___ Source Files I would like to have this : Project__ |

[CMake] CMake and Lua

2008-02-23 Thread Peter Kümmel
Hi Ken, this is a reply to your email on the Lua list: http://marc.info/?l=lua-lm=120275861422593w=2 It is nice to see that there is interest in Lua as alternative scripting language. Since I've discovered Lua I thought it would be a nice drop-in for the actual CMake macro language. Here I

Re: [CMake] General questions

2008-02-23 Thread Mike Jackson
-- Mike Jackson Senior Research Engineer Innovative Management Technology Services On Feb 23, 2008, at 4:34 AM, Yang Zhang wrote: Hi, I just finished reading the example in the documentation on the website, and am left with a few beginner questions off the top of my head: - How do

Re: [CMake] Re: Add subdirectories in visual projects

2008-02-23 Thread Philip Lowman
Olivier Tournaire wrote: Sorry, I made a mistake in my previous mail. In fact, I would like to have this : Project__ | |___ Header Files__ || ||___ folder1__ |

Re: [CMake] CMake and Lua

2008-02-23 Thread Brandon Van Every
Hopefully other people will spend time debating the merits / demerits of this, as people have gotten sick of hearing me talk about CMake and Lua as of late. I'm happy that my irritance has caused people to continue to discuss the possibilities, however. I will make one point: On Sat, Feb 23,