Sorry, I made a mistake in my previous mail. In fact, I would like to have
this :

Project__
             |
             |___ Header Files__
             |                            |
             |                            |___ folder1__
             |                            |                    |
             |                            |
|__file1_1.hpp
             |                            |
|__file1_2.hpp
             |                            |___ folder2__
             |                                                |
             |                                                |__file2_1.hpp
             |                                                |__file2_2.hpp
             |
             |___ Source Files__
                                          |___ folder1__
                                          |                    |
                                          |
|__file1_1.cpp
                                          |
|__file1_2.cpp
                                          |___ folder2__
                                                              |
                                                              |__file2_1.cpp
                                                              |__file2_2.cpp

Regards

2008/2/23, Olivier Tournaire <[EMAIL PROTECTED]>:
>
> 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__
>              |
>              |___ Header Files__
>                                         |
>                                         |___ file1.hpp
>                                         |___ file2.hpp
>              |
>              |___ Source Files__
>                                         |
>                                         |___ file1.cpp
>                                         |___ file2.cpp
>
> Is it posssible ?
>
> Regards,
>
> Olivier
>
>
> --
> Le temps des cerises reviendra. Dans l'immédiat, c'est le temps des
> noyaux. Courage.
>
>
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to