Re: [CMake] Adding -fPIC to static libraries

2006-03-03 Thread Prakash Punnoor
Am Donnerstag März 2 2006 09:09 schrieb Alexander Neundorf: There is already a bug report about this. But I did it now this way, that I just created variables which list all the source files which once were conv. libs and include this variable in all targets which linked to these conv. libs.

RE: [CMake] CTest newbie

2006-03-03 Thread Vignesh M.P.N.
Hi Andy: Thanks for the updated info. I have problem in setting up the SourceDirectory and BuildDirectory. It is a relative path, but I want to know relative path from which context? Is it from the directory where DartConfiguration.tcl, and DartTestfile.txt lie? Just for testing purpose I

Re: [CMake] Suggestion: directory removal

2006-03-03 Thread Brad King
Philippe Poilbarbe wrote: Here is a suggestion for cmake in command line mode. Cmake is only able to remove files; it would be useful to be able to remove directories (with possibility to recursively remove their content). Please submit a feature request here: http://www.cmake.org/Bug -Brad

Re: [CMake] subfolders with SOURCE_GROUP

2006-03-03 Thread Brad King
[EMAIL PROTECTED] wrote: I wonder if it's possible to create subfolders with the command SOURCE_GROUP in Visual Studio. For example, I want to group some header files in the folder include, some in the folder include\graph and some in the folder include\image. Is this possible? I found a

RE: [CMake] CTest newbie

2006-03-03 Thread Vignesh M.P.N.
Hi I thought of being more specific with my problem. I just want to simply test a file and post the result to a Dart server, initially to kick off. I don't want to build, no CVS, nothing. Just test a single file and report. In that case, based on my understanding I feel my configuration file