Re: [CMake] CodeBlocks generator and source_group

2011-09-21 Thread Tomasz Grobelny
On Wed, 21 Sep 2011 06:50:39 +0200, Alexander Neundorf wrote: > On Tuesday, September 20, 2011 12:11:19 PM Tomasz Grobelny wrote: >> Is there any way to make cmake generate ‘’ element for Unit elements in CodeBlocks Project file (cbp)? I >> would expect it to happen by using 'SOURCE_GROUP("Source

Re: [CMake] CodeBlocks generator and source_group

2011-09-20 Thread Alexander Neundorf
On Tuesday, September 20, 2011 12:11:19 PM Tomasz Grobelny wrote: > Is there any way to make cmake generate ‘’ element for Unit elements in CodeBlocks Project file (cbp)? I > would expect it to happen by using 'SOURCE_GROUP("Source Files" FILES > ${SOURCES})' construct but it does not work for me (

[CMake] CodeBlocks generator and source_group

2011-09-20 Thread Tomasz Grobelny
Is there any way to make cmake generate ‘’ element for Unit elements in CodeBlocks Project file (cbp)? I would expect it to happen by using 'SOURCE_GROUP("Source Files" FILES ${SOURCES})' construct but it does not work for me (should it?). -- Regards, Tomasz Grobelny __