asmodehn / wkcmake

Workshop CMake - For quick and easy CMake setup of project, based on simple folder and file naming conventions
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

Mirror folder structure for headers and sources into MS Visual Studio project #20

Open asmodehn opened 11 years ago

asmodehn commented 11 years ago

WkCMake automatically detects headers and sources, recursively. These files are automatically added to the project. In some IDE, these files are still organised as hte file structure. Just as when working with make, this is expected and fine. However some others IDE ( VS inparticular ) files hierarchy becomes flat in the project. As all is automated, it would be handy to have the file hierarchy in these IDE reflecting the file structure on the disk.

asmodehn commented 11 years ago

if possible think about adding data structure into the project too (with files/folders hierarchy kept of course ;))