You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inScreenRenderDWI
.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.
The text was updated successfully, but these errors were encountered: