-
-
Notifications
You must be signed in to change notification settings - Fork 414
cmake: fix FOLDER structure for IDE's that support it #7069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This split Python/Tools (scripts) vs Tools/Temporal (temporal) does not make sense. The situation in the source code is not ideal (temporal scripts versus all the other scripts), but this adds another layer of unclear. A quick fix perhaps would be Python/Other Tools (scripts) and Python/Temporal Tools (temporal). |
Python tools are divided into subfolders (Python/Tools/Raster etc), just as compiled tools. We may eventually merge the two (just one Tools folder), but currently the Python files does not show in IDE (just as header files are missing), so I’d say it is better to separate them for now. |
wenzeslaus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All under Tools makes sense to me. I would go with Raster Script rather than Raster (Script), but then I don't know what to do with the Binary (not that I would be so sure about "Binary (Scripts)").


Fix FOLDER structure for IDE's that support it (e.g. Xcode and MSVS).
This is a low-risk, coarse clean up of the folder structure, generating a tree like:
There is plenty of work to do on this end, but that will be for future pull requests.
Would be good to have this for 8.5.