Re: [CMake] Bug in SOURCE_GROUP command?

2007-08-23 Thread Thomas Arcila
Le jeudi 23 août 2007 à 16:06 -0400, Alexander Neundorf a écrit : > Is this the same as http://www.cmake.org/Bug/view.php?id=4637 ? > Can you please have a look at that ? It seems to be the same (even if the "code files" notion is confusing). There is some more duplicates for this bug. A quick sear

Re: [CMake] Bug in SOURCE_GROUP command?

2007-08-23 Thread Alexander Neundorf
On Thursday 23 August 2007 15:18, Thomas Arcila wrote: > Le mercredi 22 août 2007 à 21:33 -0400, Tal Blum a écrit : > > When I change one of the directories into a different name (e.g. > > reader2) it works fine and the files are mapped into 2 different > > directories. Is this a bug or am I doing

Re: [CMake] Bug in SOURCE_GROUP command?

2007-08-23 Thread Thomas Arcila
Le mercredi 22 août 2007 à 21:33 -0400, Tal Blum a écrit : > When I change one of the directories into a different name (e.g. > reader2) it works fine and the files are mapped into 2 different > directories. Is this a bug or am I doing something wrong? If so, when > can it be fixed? I'm glad that

Re: [CMake] Bug in SOURCE_GROUP command?

2007-08-23 Thread Sylvain Benner
The bug is that both files are mapped into the same directory in the MSVS project (bbb/reader). When I change one of the directories into a different name (e.g. reader2) it works fine and the files are mapped into 2 different directories. Is this a bug or am I doing something wrong? If

[CMake] Bug in SOURCE_GROUP command?

2007-08-22 Thread Tal Blum
When I execute the following MACRO with a list of files I get a strange behavior creating a MSVS solution. # create hierarchical source groups MACRO ( GENERATE_PROJECT ProjectDir ProjectSources ) SET ( DirSources ${ProjectSources} ) FOREACH ( Source ${DirSources} ) STRING ( REG