Skip to content
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

Complete and deduplicate code file lists in CMake #40

Open
meekee7 opened this issue Mar 31, 2020 · 1 comment
Open

Complete and deduplicate code file lists in CMake #40

meekee7 opened this issue Mar 31, 2020 · 1 comment

Comments

@meekee7
Copy link
Contributor

meekee7 commented Mar 31, 2020

The code file lists in the CMake scripts were adapted almost verbatim from the original VS project definitions. But they are incomplete, some code files that are used are missing from these lists. That mostly affects header files, but also CPP which are included like headers, mostly in ScreenRenderDWI.
Those missing code files are difficult to find in Visual Studio.

The code file lists should be completed. All sources files used should be on the lists.
Furthermore, the lists should be deduplicated. Each code file should be owned by only one project.

@meekee7
Copy link
Contributor Author

meekee7 commented Apr 18, 2020

The code file lists have been deduplicated with PR #65.
The bulk of the missing list entries has been added in PR #66 and PR #70.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants