aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros/GroupSources.cmake
AgeCommit message (Collapse)Author
2020-06-24fixed indentation for cmake filesipriver
2020-01-02New yearAokromes
Say bye bye to every year changing dates
2019-01-01Happy New Year, folks. It's 2019!Treeston
2018-01-01Update copyright note for 2018tkrokli
Best wishes for the new year.
2017-01-02Update Copyright notice for 2017tkrokli
Happy new year!
2016-03-18CMake: Remove the workaround for source groups below CMake 2.8.12Naios
* Set the default option to hierarchical * Add a new "hierarchical-folders" option which enables folders inside IDE's.
2016-01-01Update copyright note for 2016Rushor
2015-03-29CMake: Use source_groups to represent the source treeNaios
* It let ide's (like vs) display the source tree. * Disabled by default. * Soft requirement is cmake >= 2.8.12 . * Offers 2 modes: flat & hierarchical. * For detailed description see #14471 * Thanks @click for help and advises. * Closes #14471