Hi,<br><br>I tried to group sources in my app, but the sources and headers were grouped together, and not in the correct folders.<br><br>Example :<br><br>SOURCE_GROUP(Source\ Files\\Base FILES ${SFML_BASE_SRCS})<br>SOURCE_GROUP(Source\ Files\\Fonts FILES ${SFML_FONTS_SRCS})
<br>SOURCE_GROUP(Source\ Files\\Graphics FILES ${SFML_GRAPHICS_SRCS})<br><br>SOURCE_GROUP(Header\ Files\\Base FILES ${SFML_BASE_HEADERS})<br>SOURCE_GROUP(Header\ Files\\Fonts FILES ${SFML_FONTS_HEADERS})<br>SOURCE_GROUP(Header\ Files\\Graphics FILES ${SFML_GRAPHICS_HEADERS})
<br><br>
<br>The Fonts files were in &quot;Header Files\\Fonts&quot;, Base files in &quot;Source Files\\Base&quot; and Graphics in &quot;Source Files\\Graphics&quot;.<br>Not really what I expected... I tried to find in the bug tracker if something like this was already reported, but did not find...
<br><br>Matthieu<br>