- Configure CMake to setup source-groups for Polly. Source groups
describe how source files should be organized in IDEs. By default, all
headers are dumped into one folder under PollyCore and all source files
into another. On disk, these files are organized into folders, but this
isn't reflected in the IDE. This change uses CMake source groups to have
the IDE reflect the on disk layout. This will make it easier to visualize
the project structure for users of Visual Studio and XCode
Change-Id: Ifc8f0cc79850df3d88b7ed165a8554715a3a2753
Why not using GLOB_RECURSE such that setup_polly_source_groups_helper does not need to call itself?