[CMake] Re: Add subdirectories in visual projects

Olivier Tournaire olitour at gmail.com
Sat Feb 23 10:12:21 EST 2008


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 <olitour at gmail.com>:
>
> 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.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20080223/0aa2d025/attachment-0001.htm


More information about the CMake mailing list