Hi,

> Date: Thu, 1 Jul 2010 15:03:13 +0200
> Subject: Re: [CMake] Preserve tree structur for IDEs
> From: eric.noul...@gmail.com
> To: thediablo...@hotmail.de
> CC: cmake@cmake.org
> 
> 
> For "grouping" source in Visual Studio you may use
> 
> source_group(name [REGULAR_EXPRESSION regex] [FILES src1 src2 ...])
> 

thanks a lot! Works very fine after a few tries.

I discovered one little problem: CMake automatically generates the folders 
"Source files" and "Header files" for source/header files that are not 
explicitly put into another folder. If one creates a folder "Source files" 
explicitly via source_group, one gets a broken Visual Studio solution file.

Best regards,
Andreas
                                          
_________________________________________________________________
http://redirect.gimas.net/?n=M1007xHMTL4
Künftig E-Mails über Hotmail ohne Werbung versenden!
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to