Skip to content

Grouping source files by directories in CMakeLists.txt

Norihiro Watanabe requested to merge github/fork/norihiro-w/master into master

Hi all,

I suggest to change our current way of grouping source files, i.e. header or source files, in CMakeLists.txt. Instead, I would like to group files by their directories. See changes in my commits.

So far I know Visual Studio users can get an advantage from this changes. The IDE becomes able to show directories in project trees. Thus you can easily understand code structures and find files you wan to see.

I don't really know if the changes cause any troubles on other environments. Please check it on your environment and merge into the main codes if there are no problems.

Best, nori

Merge request reports