Re: [CMake] How to customise filters in cmake generated projects for VS2008

2010-01-20 Thread Chauhan, Vikas
Thanks for the quick reply Mike. Regards, Vikas > -Original Message- > From: Mike Jackson [mailto:mike.jack...@bluequartz.net] > Sent: 20 January 2010 17:21 > To: Chauhan, Vikas > Cc: cmake@cmake.org > Subject: Re: [CMake] How to customise filters in cmake generated pro

Re: [CMake] How to customise filters in cmake generated projects for VS2008

2010-01-20 Thread Mike Jackson
SOURCE_GROUP("ProjectInclude" FILES ${SOME_HEADERS} ) _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton, Ohio On Wed

[CMake] How to customise filters in cmake generated projects for VS2008

2010-01-20 Thread Chauhan, Vikas
Hi, Would you have any ideas on how I could organise the filters that are present in the Cmake generated vcproj files. At present it just generates filters "Source Files" & "Header Files" . If I want to include header files from different functional areas then I how can I create new filters, for