cmake-basis / legacy

Legacy CMake BASIS project for versions 3.2 and older. For newer versions, go to
https://github.com/cmake-basis/BASIS
Other
13 stars 11 forks source link

Allow grouping of modules in subdirectories #517

Closed schuhschuh closed 8 years ago

schuhschuh commented 8 years ago

Currently, all modules have to be in subdirectories located right underneath the PROJECT_MODULES_DIR path. It would be nice if it would also be possible to group modules, i.e., put related modules in corresponding subdirectories within this path. This could also add an option that allows users to enable all modules of a group with a single option.

As reference for such project organization, have a look at the ITK project.